Html Css Color HEX #5E0BCD Purple Heart

📋 copy color: '#5E0BCD'

red 94 ◦ green 11 ◦ blue 205

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

Shades of Purple Heart #5E0BCD

Tints of Purple Heart #5E0BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 66.13%

R = 30.32%
G = 3.55%
B = 66.13%

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

#5E0BCD (or 0x5E0BCD) is known color: Purple Heart. HEX triplet: 5E, 0B and CD. RGB value is (94,11,205). Sum of RGB (Red+Green+Blue) = 94+11+205=310 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.32% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 205 (80.47% from 255 or 66.13% from 310); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E0BCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E0BCD is #A1F432. Grayscale: #393939. Windows color (decimal): -10613811 or 13437790. OLE color: 13437790.

HSL color Cylindrical-coordinate representation of color #5E0BCD: hue angle of 265.67º 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 #5E0BCD is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 94 11 205 -
CMYK 0.54 0.95 0 0.20
HSL 265.67º 0.9% 0.42% -
HSV(B) 265.67º 0.95% 0.8% -
XYZ 15.76 7.03 58.28 -
YUV 57.93 211 153.73 -
System Red Green Blue C M Y K H S L
Decimal 94 11 205 0.54 0.95 0 0.20 265.67 0.9 0.42
Hex 5E B CD 36 5F 0 14 10A 5A 2A
Octal 136 13 315 66 137 0 24 412 132 52
Binary 1011110 1011 11001101 110110 1011111 0 10100 100001010 1011010 101010

Color Harmonies of #5E0BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0BCD

Black with #5E0BCD

Text Example


Text Example

White with #5E0BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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