#5F3CBA

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

Shades of Purple Heart #5F3CBA

Tints of Purple Heart #5F3CBA

Color information

#5F3CBA (or 0x5F3CBA) is unknown color: approx Purple Heart. HEX triplet: 5F, 3C and BA. RGB value is (95,60,186). Sum of RGB (Red+Green+Blue) = 95+60+186=341 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.86% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #5F3CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F3CBA is #A0C345. Grayscale: #545454. Windows color (decimal): -10535750 or 12205151. OLE color: 12205151.

HSL color Cylindrical-coordinate representation of color #5F3CBA: hue angle of 256.67º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5F3CBA is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9560186-
CMYK0.490.6800.27
HSL256.67º51.22%48.24%-
HSV(B)256.67º67.74%72.94%-
XYZ15.29.2147.43-
YUV84.83185.1135.25-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.86%
GREEN value IS 60 (23.83% from 255) = 17.60%
BLUE value IS 186 (73.05% from 255) = 54.55%
R=27.86%
G=17.60%
B=54.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal95601860.490.6800.27256.6751.2248.24
Hex5F3CBA314401B1013330
Octal13774272611040334016360
Binary1011111111100101110101100011000100011011100000001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,60,186); }

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

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

 a { background-color: rgb(95,60,186); }

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

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

 span { border-color: rgb(95,60,186); }

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