Html Css Color HEX #6016CC Purple Heart

📋 copy color: '#6016CC'

red 96 ◦ green 22 ◦ blue 204

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

Shades of Purple Heart #6016CC

Tints of Purple Heart #6016CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 63.35%

R = 29.81%
G = 6.83%
B = 63.35%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6016CC (or 0x6016CC) is known color: Purple Heart. HEX triplet: 60, 16 and CC. RGB value is (96,22,204). Sum of RGB (Red+Green+Blue) = 96+22+204=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #6016CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6016CC is #9FE933. Grayscale: #404040. Windows color (decimal): -10479924 or 13375072. OLE color: 13375072.

HSL color Cylindrical-coordinate representation of color #6016CC: hue angle of 264.4º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6016CC is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 22 204 -
CMYK 0.53 0.89 0 0.2
HSL 264.4º 0.81% 0.44% -
HSV(B) 264.4º 0.89% 0.8% -
XYZ 16.01 7.42 57.72 -
YUV 64.87 206.52 150.2 -
System Red Green Blue C M Y K H S L
Decimal 96 22 204 0.53 0.89 0 0.2 264.4 0.81 0.44
Hex 60 16 CC 35 59 0 14 108 51 2C
Octal 140 26 314 65 131 0 24 410 121 54
Binary 1100000 10110 11001100 110101 1011001 0 10100 100001000 1010001 101100

Color Harmonies of #6016CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6016CC

Black with #6016CC

Text Example


Text Example

White with #6016CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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