#5E0CBD

Color #5E0CBD Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5E0CBD

Tints of Purple Heart #5E0CBD

Color information

#5E0CBD (or 0x5E0CBD) is unknown color: approx 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

RGB9412189-
CMYK0.500.9400.26
HSL267.8º88.06%39.41%-
HSV(B)267.8º93.65%74.12%-
XYZ13.936.3248.63-
YUV56.7202.67154.61-

RGB Variations

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

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 (Cyan) values IS 0.50
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal94121890.500.9400.26267.888.0639.41
Hex5ECBD325E01A10c5827
Octal136142756213603241413047
Binary101111011001011110111001010111100110101000011001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>