Html Css Color HEX #6016C5 Purple Heart

📋 copy color: '#6016C5'

red 96 ◦ green 22 ◦ blue 197

#6016C5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6016C5

Tints of Purple Heart #6016C5

RGB

 RED value IS 96 (37.89% from 255) = 30.48%

 GREEN value IS 22 (8.98% from 255) = 6.98%

 BLUE value IS 197 (77.34% from 255) = 62.54%

R = 30.48%
G = 6.98%
B = 62.54%

CMYK

 C value IS 0.51

 M value IS 0.89

 Y value IS 0

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6016C5 (or 0x6016C5) is known color: Purple Heart. HEX triplet: 60, 16 and C5. RGB value is (96,22,197). Sum of RGB (Red+Green+Blue) = 96+22+197=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 197 (77.34% from 255 or 62.54% from 315); Max value from RGB is 197 - color contains mainly: blue. Hex color #6016C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6016C5 is #9FE93A. Grayscale: #3F3F3F. Windows color (decimal): -10479931 or 12916320. OLE color: 12916320.

HSL color Cylindrical-coordinate representation of color #6016C5: hue angle of 265.37º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6016C5 is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 96 22 197 -
CMYK 0.51 0.89 0 0.23
HSL 265.37º 0.8% 0.43% -
HSV(B) 265.37º 0.89% 0.77% -
XYZ 15.19 7.09 53.39 -
YUV 64.08 203.02 150.77 -
System Red Green Blue C M Y K H S L
Decimal 96 22 197 0.51 0.89 0 0.23 265.37 0.8 0.43
Hex 60 16 C5 33 59 0 17 109 50 2B
Octal 140 26 305 63 131 0 27 411 120 53
Binary 1100000 10110 11000101 110011 1011001 0 10111 100001001 1010000 101011

Color Harmonies of #6016C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6016C5

Black with #6016C5

Text Example


Text Example

White with #6016C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6016C5; }

 p { color: rgb(96,22,197); }

 H1.HeaderClassName
 {
   color: #6016C5;
 }
 .AnyTagClassName
 {
   color: #6016C5;
 }
</style>

background-color css

<style>
 a { background-color: #6016C5; }

 a { background-color: rgb(96,22,197); }

 div.DivClassName
 {
   background-color: #6016C5;
 }
 .BgClassName
 {
   background-color: #6016C5;
 }
</style>

border-color css

<style>
 span { border-color: #6016C5; }

 span { border-color: rgb(96,22,197); }

 td.TdClassName
 {
   border-color: #6016C5;
 }
 .TagClassName
 {
   border-color: #6016C5;
 }
</style>