#5C21BE

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

Shades of Purple Heart #5C21BE

Tints of Purple Heart #5C21BE

Color information

#5C21BE (or 0x5C21BE) is unknown color: approx Purple Heart. HEX triplet: 5C, 21 and BE. RGB value is (92,33,190). Sum of RGB (Red+Green+Blue) = 92+33+190=315 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.21% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 190 (74.61% from 255 or 60.32% from 315); Max value from RGB is 190 - color contains mainly: blue. Hex color #5C21BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C21BE is #A3DE41. Grayscale: #434343. Windows color (decimal): -10739266 or 12460380. OLE color: 12460380.

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

Color convert

RGB9233190-
CMYK0.520.8300.25
HSL262.55º70.4%43.73%-
HSV(B)262.55º82.63%74.51%-
XYZ14.257.0849.33-
YUV68.54196.55144.73-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.21%
GREEN value IS 33 (13.28% from 255) = 10.48%
BLUE value IS 190 (74.61% from 255) = 60.32%
R=29.21%
G=10.48%
B=60.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal92331900.520.8300.25262.5570.443.73
Hex5C21BE3453019107462c
Octal134412766412303140710654
Binary10111001000011011111011010010100110110011000001111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C21BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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