Html Css Color HEX #5E0CBD Purple Heart

📋 copy color: '#5E0CBD'

red 94 ◦ green 12 ◦ blue 189

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

Shades of Purple Heart #5E0CBD

Tints of Purple Heart #5E0CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 64.07%

R = 31.86%
G = 4.07%
B = 64.07%

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

#5E0CBD (or 0x5E0CBD) is known color: Purple Heart. HEX triplet: 5E, 0C and BD. RGB value is (94,12,189). Sum of RGB (Red+Green+Blue) = 94+12+189=295 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.86% from 295); Green value is 12 (5.08% from 255 or 4.07% from 295); Blue value is 189 (74.22% from 255 or 64.07% from 295); Max value from RGB is 189 - color contains mainly: blue. Hex color #5E0CBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E0CBD is #A1F342. Grayscale: #383838. Windows color (decimal): -10613571 or 12389470. OLE color: 12389470.

HSL color Cylindrical-coordinate representation of color #5E0CBD: hue angle of 267.8º 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 #5E0CBD is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 94 12 189 -
CMYK 0.50 0.94 0 0.26
HSL 267.8º 0.88% 0.39% -
HSV(B) 267.8º 0.94% 0.74% -
XYZ 13.93 6.32 48.63 -
YUV 56.7 202.67 154.61 -
System Red Green Blue C M Y K H S L
Decimal 94 12 189 0.50 0.94 0 0.26 267.8 0.88 0.39
Hex 5E C BD 32 5E 0 1A 10C 58 27
Octal 136 14 275 62 136 0 32 414 130 47
Binary 1011110 1100 10111101 110010 1011110 0 11010 100001100 1011000 100111

Color Harmonies of #5E0CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0CBD

Black with #5E0CBD

Text Example


Text Example

White with #5E0CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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