Html Css Color HEX #6017CC Purple Heart

📋 copy color: '#6017CC'

red 96 ◦ green 23 ◦ blue 204

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

Shades of Purple Heart #6017CC

Tints of Purple Heart #6017CC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.12%

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

R = 29.72%
G = 7.12%
B = 63.16%

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

#6017CC (or 0x6017CC) is known color: Purple Heart. HEX triplet: 60, 17 and CC. RGB value is (96,23,204). Sum of RGB (Red+Green+Blue) = 96+23+204=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 204 (80.08% from 255 or 63.16% from 323); Max value from RGB is 204 - color contains mainly: blue. Hex color #6017CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6017CC is #9FE833. Grayscale: #404040. Windows color (decimal): -10479668 or 13375328. OLE color: 13375328.

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

Color convert

RGB 96 23 204 -
CMYK 0.53 0.89 0 0.2
HSL 264.2º 0.8% 0.45% -
HSV(B) 264.2º 0.89% 0.8% -
XYZ 16.03 7.46 57.72 -
YUV 65.46 206.18 149.78 -
System Red Green Blue C M Y K H S L
Decimal 96 23 204 0.53 0.89 0 0.2 264.2 0.8 0.45
Hex 60 17 CC 35 59 0 14 108 50 2D
Octal 140 27 314 65 131 0 24 410 120 55
Binary 1100000 10111 11001100 110101 1011001 0 10100 100001000 1010000 101101

Color Harmonies of #6017CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6017CC

Black with #6017CC

Text Example


Text Example

White with #6017CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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