Html Css Color HEX #5E00CB Purple Heart

📋 copy color: '#5E00CB'

red 94 ◦ green 0 ◦ blue 203

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

Shades of Purple Heart #5E00CB

Tints of Purple Heart #5E00CB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 31.65%
G = 0%
B = 68.35%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E00CB (or 0x5E00CB) is known color: Purple Heart. HEX triplet: 5E, 00 and CB. RGB value is (94,0,203). Sum of RGB (Red+Green+Blue) = 94+0+203=297 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.65% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 203 (79.69% from 255 or 68.35% from 297); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E00CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E00CB is #A1FF34. Grayscale: #323232. Windows color (decimal): -10616629 or 13303902. OLE color: 13303902.

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

Color convert

RGB 94 0 203 -
CMYK 0.54 1 0 0.20
HSL 267.78º 1% 0.4% -
HSV(B) 267.78º 1% 0.8% -
XYZ 15.4 6.69 56.98 -
YUV 51.25 213.64 158.49 -
System Red Green Blue C M Y K H S L
Decimal 94 0 203 0.54 1 0 0.20 267.78 1 0.4
Hex 5E 0 CB 36 64 0 14 10C 64 28
Octal 136 0 313 66 144 0 24 414 144 50
Binary 1011110 0 11001011 110110 1100100 0 10100 100001100 1100100 101000

Color Harmonies of #5E00CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E00CB

Black with #5E00CB

Text Example


Text Example

White with #5E00CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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