#5C09BE

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

Shades of Purple Heart #5C09BE

Tints of Purple Heart #5C09BE

Color information

#5C09BE (or 0x5C09BE) is unknown color: approx Purple Heart. HEX triplet: 5C, 09 and BE. RGB value is (92,9,190). Sum of RGB (Red+Green+Blue) = 92+9+190=291 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.62% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 190 (74.61% from 255 or 65.29% from 291); Max value from RGB is 190 - color contains mainly: blue. Hex color #5C09BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C09BE is #A3F641. Grayscale: #353535. Windows color (decimal): -10745410 or 12454236. OLE color: 12454236.

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

Color convert

RGB929190-
CMYK0.520.9500.25
HSL267.51º90.95%39.02%-
HSV(B)267.51º95.26%74.51%-
XYZ13.816.1949.18-
YUV54.45204.5154.78-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.62%
GREEN value IS 9 (3.91% from 255) = 3.09%
BLUE value IS 190 (74.61% from 255) = 65.29%
R=31.62%
G=3.09%
B=65.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal9291900.520.9500.25267.5190.9539.02
Hex5C9BE345F01910c5b27
Octal134112766413703141413347
Binary101110010011011111011010010111110110011000011001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C09BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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