#5E34B6

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

Shades of Purple Heart #5E34B6

Tints of Purple Heart #5E34B6

Color information

#5E34B6 (or 0x5E34B6) is unknown color: approx Purple Heart. HEX triplet: 5E, 34 and B6. RGB value is (94,52,182). Sum of RGB (Red+Green+Blue) = 94+52+182=328 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.66% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 182 (71.48% from 255 or 55.49% from 328); Max value from RGB is 182 - color contains mainly: blue. Hex color #5E34B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E34B6 is #A1CB49. Grayscale: #4E4E4E. Windows color (decimal): -10603338 or 11940958. OLE color: 11940958.

HSL color Cylindrical-coordinate representation of color #5E34B6: hue angle of 259.38º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E34B6 is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9452182-
CMYK0.480.7100.29
HSL259.38º55.56%45.88%-
HSV(B)259.38º71.43%71.37%-
XYZ14.298.2145.09-
YUV79.38185.91138.43-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.66%
GREEN value IS 52 (20.70% from 255) = 15.85%
BLUE value IS 182 (71.48% from 255) = 55.49%
R=28.66%
G=15.85%
B=55.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal94521820.480.7100.29259.3855.5645.88
Hex5E34B6304701D103382e
Octal13664266601070354037056
Binary1011110110100101101101100001000111011101100000011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E34B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,52,182); }

 H1.HeaderClassName
 {
   color: #5E34B6;
 }
 .AnyTagClassName
 {
   color: #5E34B6;
 }
</style>
background-color css

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

 a { background-color: rgb(94,52,182); }

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

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

 span { border-color: rgb(94,52,182); }

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