Html Css Color HEX #6017CE Purple Heart

📋 copy color: '#6017CE'

red 96 ◦ green 23 ◦ blue 206

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

Shades of Purple Heart #6017CE

Tints of Purple Heart #6017CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 63.38%

R = 29.54%
G = 7.08%
B = 63.38%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6017CE (or 0x6017CE) is known color: Purple Heart. HEX triplet: 60, 17 and CE. RGB value is (96,23,206). Sum of RGB (Red+Green+Blue) = 96+23+206=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 206 (80.86% from 255 or 63.38% from 325); Max value from RGB is 206 - color contains mainly: blue. Hex color #6017CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6017CE is #9FE831. Grayscale: #414141. Windows color (decimal): -10479666 or 13506400. OLE color: 13506400.

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

Color convert

RGB 96 23 206 -
CMYK 0.53 0.89 0 0.19
HSL 263.93º 0.8% 0.45% -
HSV(B) 263.93º 0.89% 0.81% -
XYZ 16.27 7.56 58.99 -
YUV 65.69 207.18 149.62 -
System Red Green Blue C M Y K H S L
Decimal 96 23 206 0.53 0.89 0 0.19 263.93 0.8 0.45
Hex 60 17 CE 35 59 0 13 108 50 2D
Octal 140 27 316 65 131 0 23 410 120 55
Binary 1100000 10111 11001110 110101 1011001 0 10011 100001000 1010000 101101

Color Harmonies of #6017CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6017CE

Black with #6017CE

Text Example


Text Example

White with #6017CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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