#5F3AC7

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

Shades of Purple Heart #5F3AC7

Tints of Purple Heart #5F3AC7

Color information

#5F3AC7 (or 0x5F3AC7) is unknown color: approx Purple Heart. HEX triplet: 5F, 3A and C7. RGB value is (95,58,199). Sum of RGB (Red+Green+Blue) = 95+58+199=352 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.99% from 352); Green value is 58 (23.05% from 255 or 16.48% from 352); Blue value is 199 (78.12% from 255 or 56.53% from 352); Max value from RGB is 199 - color contains mainly: blue. Hex color #5F3AC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F3AC7 is #A0C538. Grayscale: #545454. Windows color (decimal): -10536249 or 13056607. OLE color: 13056607.

HSL color Cylindrical-coordinate representation of color #5F3AC7: hue angle of 255.74º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5F3AC7 is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9558199-
CMYK0.520.7100.22
HSL255.74º55.73%50.39%-
HSV(B)255.74º70.85%78.04%-
XYZ16.549.5855.01-
YUV85.14192.26135.04-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.99%
GREEN value IS 58 (23.05% from 255) = 16.48%
BLUE value IS 199 (78.12% from 255) = 56.53%
R=26.99%
G=16.48%
B=56.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal95581990.520.7100.22255.7455.7350.39
Hex5F3AC734470161003832
Octal13772307641070264007062
Binary1011111111010110001111101001000111010110100000000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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