Html Css Color HEX #5E0CBC Purple Heart

📋 copy color: '#5E0CBC'

red 94 ◦ green 12 ◦ blue 188

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

Shades of Purple Heart #5E0CBC

Tints of Purple Heart #5E0CBC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.08%

 BLUE value IS 188 (73.83% from 255) = 63.95%

R = 31.97%
G = 4.08%
B = 63.95%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5E0CBC (or 0x5E0CBC) is known color: Purple Heart. HEX triplet: 5E, 0C and BC. RGB value is (94,12,188). Sum of RGB (Red+Green+Blue) = 94+12+188=294 (38% of max value = 765). Red value is 94 (37.11% from 255 or 31.97% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E0CBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E0CBC is #A1F343. Grayscale: #373737. Windows color (decimal): -10613572 or 12323934. OLE color: 12323934.

HSL color Cylindrical-coordinate representation of color #5E0CBC: hue angle of 267.95º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E0CBC is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 94 12 188 -
CMYK 0.50 0.94 0 0.26
HSL 267.95º 0.88% 0.39% -
HSV(B) 267.95º 0.94% 0.74% -
XYZ 13.82 6.27 48.06 -
YUV 56.58 202.17 154.69 -
System Red Green Blue C M Y K H S L
Decimal 94 12 188 0.50 0.94 0 0.26 267.95 0.88 0.39
Hex 5E C BC 32 5E 0 1A 10C 58 27
Octal 136 14 274 62 136 0 32 414 130 47
Binary 1011110 1100 10111100 110010 1011110 0 11010 100001100 1011000 100111

Color Harmonies of #5E0CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0CBC

Black with #5E0CBC

Text Example


Text Example

White with #5E0CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,12,188); }

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

background-color css

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

 a { background-color: rgb(94,12,188); }

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

border-color css

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

 span { border-color: rgb(94,12,188); }

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