Html Css Color HEX #5E01CC Purple Heart

📋 copy color: '#5E01CC'

red 94 ◦ green 1 ◦ blue 204

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

Shades of Purple Heart #5E01CC

Tints of Purple Heart #5E01CC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 204 (80.08% from 255) = 68.23%

R = 31.44%
G = 0.33%
B = 68.23%

CMYK

 C value IS 0.54

 M value IS 1.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5E01CC (or 0x5E01CC) is known color: Purple Heart. HEX triplet: 5E, 01 and CC. RGB value is (94,1,204). Sum of RGB (Red+Green+Blue) = 94+1+204=299 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.44% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E01CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E01CC is #A1FE33. Grayscale: #333333. Windows color (decimal): -10616372 or 13369694. OLE color: 13369694.

HSL color Cylindrical-coordinate representation of color #5E01CC: hue angle of 267.49º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E01CC is Cyan = 0.54, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 94 1 204 -
CMYK 0.54 1.00 0 0.2
HSL 267.49º 0.99% 0.4% -
HSV(B) 267.49º 1% 0.8% -
XYZ 15.53 6.76 57.61 -
YUV 51.95 213.81 157.99 -
System Red Green Blue C M Y K H S L
Decimal 94 1 204 0.54 1.00 0 0.2 267.49 0.99 0.4
Hex 5E 1 CC 36 64 0 14 10B 63 28
Octal 136 1 314 66 144 0 24 413 143 50
Binary 1011110 1 11001100 110110 1100100 0 10100 100001011 1100011 101000

Color Harmonies of #5E01CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E01CC

Black with #5E01CC

Text Example


Text Example

White with #5E01CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,1,204); }

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

background-color css

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

 a { background-color: rgb(94,1,204); }

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

border-color css

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

 span { border-color: rgb(94,1,204); }

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