Html Css Color HEX #6017CF Purple Heart

📋 copy color: '#6017CF'

red 96 ◦ green 23 ◦ blue 207

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

Shades of Purple Heart #6017CF

Tints of Purple Heart #6017CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 63.5%

R = 29.45%
G = 7.06%
B = 63.5%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6017CF (or 0x6017CF) is known color: Purple Heart. HEX triplet: 60, 17 and CF. RGB value is (96,23,207). Sum of RGB (Red+Green+Blue) = 96+23+207=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 207 (81.25% from 255 or 63.50% from 326); Max value from RGB is 207 - color contains mainly: blue. Hex color #6017CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6017CF is #9FE830. Grayscale: #414141. Windows color (decimal): -10479665 or 13571936. OLE color: 13571936.

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

Color convert

RGB 96 23 207 -
CMYK 0.54 0.89 0 0.19
HSL 263.8º 0.8% 0.45% -
HSV(B) 263.8º 0.89% 0.81% -
XYZ 16.39 7.6 59.64 -
YUV 65.8 207.68 149.54 -
System Red Green Blue C M Y K H S L
Decimal 96 23 207 0.54 0.89 0 0.19 263.8 0.8 0.45
Hex 60 17 CF 36 59 0 13 108 50 2D
Octal 140 27 317 66 131 0 23 410 120 55
Binary 1100000 10111 11001111 110110 1011001 0 10011 100001000 1010000 101101

Color Harmonies of #6017CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6017CF

Black with #6017CF

Text Example


Text Example

White with #6017CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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