Html Css Color HEX #5E06CB Purple Heart

📋 copy color: '#5E06CB'

red 94 ◦ green 6 ◦ blue 203

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

Shades of Purple Heart #5E06CB

Tints of Purple Heart #5E06CB

RGB

 RED value IS 94 (37.11% from 255) = 31.02%

 GREEN value IS 6 (2.73% from 255) = 1.98%

 BLUE value IS 203 (79.69% from 255) = 67%

R = 31.02%
G = 1.98%
B = 67%

CMYK

 C value IS 0.54

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E06CB (or 0x5E06CB) is known color: Purple Heart. HEX triplet: 5E, 06 and CB. RGB value is (94,6,203). Sum of RGB (Red+Green+Blue) = 94+6+203=303 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.02% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 203 (79.69% from 255 or 67.00% from 303); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E06CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E06CB is #A1F934. Grayscale: #363636. Windows color (decimal): -10615093 or 13305438. OLE color: 13305438.

HSL color Cylindrical-coordinate representation of color #5E06CB: hue angle of 266.8º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E06CB is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 94 6 203 -
CMYK 0.54 0.97 0 0.20
HSL 266.8º 0.94% 0.41% -
HSV(B) 266.8º 0.97% 0.8% -
XYZ 15.46 6.82 57 -
YUV 54.77 211.65 155.98 -
System Red Green Blue C M Y K H S L
Decimal 94 6 203 0.54 0.97 0 0.20 266.8 0.94 0.41
Hex 5E 6 CB 36 61 0 14 10B 5E 29
Octal 136 6 313 66 141 0 24 413 136 51
Binary 1011110 110 11001011 110110 1100001 0 10100 100001011 1011110 101001

Color Harmonies of #5E06CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E06CB

Black with #5E06CB

Text Example


Text Example

White with #5E06CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E06CB; }

 p { color: rgb(94,6,203); }

 H1.HeaderClassName
 {
   color: #5E06CB;
 }
 .AnyTagClassName
 {
   color: #5E06CB;
 }
</style>

background-color css

<style>
 a { background-color: #5E06CB; }

 a { background-color: rgb(94,6,203); }

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

border-color css

<style>
 span { border-color: #5E06CB; }

 span { border-color: rgb(94,6,203); }

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