Html Css Color HEX #6011CE Purple Heart

📋 copy color: '#6011CE'

red 96 ◦ green 17 ◦ blue 206

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

Shades of Purple Heart #6011CE

Tints of Purple Heart #6011CE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.33%

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

R = 30.09%
G = 5.33%
B = 64.58%

CMYK

 C value IS 0.53

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6011CE (or 0x6011CE) is known color: Purple Heart. HEX triplet: 60, 11 and CE. RGB value is (96,17,206). Sum of RGB (Red+Green+Blue) = 96+17+206=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 206 (80.86% from 255 or 64.58% from 319); Max value from RGB is 206 - color contains mainly: blue. Hex color #6011CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6011CE is #9FEE31. Grayscale: #3D3D3D. Windows color (decimal): -10481202 or 13504864. OLE color: 13504864.

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

Color convert

RGB 96 17 206 -
CMYK 0.53 0.92 0 0.19
HSL 265.08º 0.85% 0.44% -
HSV(B) 265.08º 0.92% 0.81% -
XYZ 16.16 7.34 58.96 -
YUV 62.17 209.17 152.13 -
System Red Green Blue C M Y K H S L
Decimal 96 17 206 0.53 0.92 0 0.19 265.08 0.85 0.44
Hex 60 11 CE 35 5C 0 13 109 55 2C
Octal 140 21 316 65 134 0 23 411 125 54
Binary 1100000 10001 11001110 110101 1011100 0 10011 100001001 1010101 101100

Color Harmonies of #6011CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6011CE

Black with #6011CE

Text Example


Text Example

White with #6011CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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