#5F3ACA

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

Shades of Purple Heart #5F3ACA

Tints of Purple Heart #5F3ACA

Color information

#5F3ACA (or 0x5F3ACA) is unknown color: approx Purple Heart. HEX triplet: 5F, 3A and CA. RGB value is (95,58,202). Sum of RGB (Red+Green+Blue) = 95+58+202=355 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.76% from 355); Green value is 58 (23.05% from 255 or 16.34% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #5F3ACA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F3ACA is #A0C535. Grayscale: #545454. Windows color (decimal): -10536246 or 13253215. OLE color: 13253215.

HSL color Cylindrical-coordinate representation of color #5F3ACA: hue angle of 255.42º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5F3ACA is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9558202-
CMYK0.530.7100.21
HSL255.42º57.6%50.98%-
HSV(B)255.42º71.29%79.22%-
XYZ16.899.7256.86-
YUV85.48193.76134.79-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.76%
GREEN value IS 58 (23.05% from 255) = 16.34%
BLUE value IS 202 (79.30% from 255) = 56.90%
R=26.76%
G=16.34%
B=56.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal95582020.530.7100.21255.4257.650.98
Hex5F3ACA3547015ff3a33
Octal13772312651070253777263
Binary101111111101011001010110101100011101010111111111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,58,202); }

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

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

 a { background-color: rgb(95,58,202); }

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

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

 span { border-color: rgb(95,58,202); }

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