Html Css Color HEX #6017CD Purple Heart

📋 copy color: '#6017CD'

red 96 ◦ green 23 ◦ blue 205

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

Shades of Purple Heart #6017CD

Tints of Purple Heart #6017CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 63.27%

R = 29.63%
G = 7.1%
B = 63.27%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6017CD (or 0x6017CD) is known color: Purple Heart. HEX triplet: 60, 17 and CD. RGB value is (96,23,205). Sum of RGB (Red+Green+Blue) = 96+23+205=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 205 (80.47% from 255 or 63.27% from 324); Max value from RGB is 205 - color contains mainly: blue. Hex color #6017CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6017CD is #9FE832. Grayscale: #404040. Windows color (decimal): -10479667 or 13440864. OLE color: 13440864.

HSL color Cylindrical-coordinate representation of color #6017CD: hue angle of 264.07º 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 #6017CD is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 23 205 -
CMYK 0.53 0.89 0 0.20
HSL 264.07º 0.8% 0.45% -
HSV(B) 264.07º 0.89% 0.8% -
XYZ 16.15 7.51 58.36 -
YUV 65.58 206.68 149.7 -
System Red Green Blue C M Y K H S L
Decimal 96 23 205 0.53 0.89 0 0.20 264.07 0.8 0.45
Hex 60 17 CD 35 59 0 14 108 50 2D
Octal 140 27 315 65 131 0 24 410 120 55
Binary 1100000 10111 11001101 110101 1011001 0 10100 100001000 1010000 101101

Color Harmonies of #6017CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6017CD

Black with #6017CD

Text Example


Text Example

White with #6017CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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