#5C2DBE

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

Shades of Purple Heart #5C2DBE

Tints of Purple Heart #5C2DBE

Color information

#5C2DBE (or 0x5C2DBE) is unknown color: approx Purple Heart. HEX triplet: 5C, 2D and BE. RGB value is (92,45,190). Sum of RGB (Red+Green+Blue) = 92+45+190=327 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.13% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #5C2DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C2DBE is #A3D241. Grayscale: #4B4B4B. Windows color (decimal): -10736194 or 12463452. OLE color: 12463452.

HSL color Cylindrical-coordinate representation of color #5C2DBE: hue angle of 259.45º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5C2DBE is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9245190-
CMYK0.520.7600.25
HSL259.45º61.7%46.08%-
HSV(B)259.45º76.32%74.51%-
XYZ14.657.8749.46-
YUV75.58192.57139.71-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.13%
GREEN value IS 45 (17.97% from 255) = 13.76%
BLUE value IS 190 (74.61% from 255) = 58.10%
R=28.13%
G=13.76%
B=58.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal92451900.520.7600.25259.4561.746.08
Hex5C2DBE344C0191033e2e
Octal13455276641140314037656
Binary1011100101101101111101101001001100011001100000011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,45,190); }

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

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

 a { background-color: rgb(92,45,190); }

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

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

 span { border-color: rgb(92,45,190); }

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