Html Css Color HEX #5E0BCB Purple Heart

📋 copy color: '#5E0BCB'

red 94 ◦ green 11 ◦ blue 203

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

Shades of Purple Heart #5E0BCB

Tints of Purple Heart #5E0BCB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.57%

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

R = 30.52%
G = 3.57%
B = 65.91%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E0BCB (or 0x5E0BCB) is known color: Purple Heart. HEX triplet: 5E, 0B and CB. RGB value is (94,11,203). Sum of RGB (Red+Green+Blue) = 94+11+203=308 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.52% from 308); Green value is 11 (4.69% from 255 or 3.57% from 308); Blue value is 203 (79.69% from 255 or 65.91% from 308); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E0BCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E0BCB is #A1F434. Grayscale: #393939. Windows color (decimal): -10613813 or 13306718. OLE color: 13306718.

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

Color convert

RGB 94 11 203 -
CMYK 0.54 0.95 0 0.20
HSL 265.94º 0.9% 0.42% -
HSV(B) 265.94º 0.95% 0.8% -
XYZ 15.52 6.93 57.02 -
YUV 57.71 210 153.89 -
System Red Green Blue C M Y K H S L
Decimal 94 11 203 0.54 0.95 0 0.20 265.94 0.9 0.42
Hex 5E B CB 36 5F 0 14 10A 5A 2A
Octal 136 13 313 66 137 0 24 412 132 52
Binary 1011110 1011 11001011 110110 1011111 0 10100 100001010 1011010 101010

Color Harmonies of #5E0BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0BCB

Black with #5E0BCB

Text Example


Text Example

White with #5E0BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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