#5C2EBD

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

Shades of Purple Heart #5C2EBD

Tints of Purple Heart #5C2EBD

Color information

#5C2EBD (or 0x5C2EBD) is unknown color: approx Purple Heart. HEX triplet: 5C, 2E and BD. RGB value is (92,46,189). Sum of RGB (Red+Green+Blue) = 92+46+189=327 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.13% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 189 (74.22% from 255 or 57.80% from 327); Max value from RGB is 189 - color contains mainly: blue. Hex color #5C2EBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C2EBD is #A3D142. Grayscale: #4B4B4B. Windows color (decimal): -10735939 or 12398172. OLE color: 12398172.

HSL color Cylindrical-coordinate representation of color #5C2EBD: hue angle of 259.3º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5C2EBD is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9246189-
CMYK0.510.7600.26
HSL259.3º60.85%46.08%-
HSV(B)259.3º75.66%74.12%-
XYZ14.587.948.9-
YUV76.06191.74139.37-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.13%
GREEN value IS 46 (18.36% from 255) = 14.07%
BLUE value IS 189 (74.22% from 255) = 57.80%
R=28.13%
G=14.07%
B=57.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal92461890.510.7600.26259.360.8546.08
Hex5C2EBD334C01A1033d2e
Octal13456275631140324037556
Binary1011100101110101111011100111001100011010100000011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,46,189); }

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

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

 a { background-color: rgb(92,46,189); }

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

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

 span { border-color: rgb(92,46,189); }

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