#5F1CC1

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

Shades of Purple Heart #5F1CC1

Tints of Purple Heart #5F1CC1

Color information

#5F1CC1 (or 0x5F1CC1) is unknown color: approx Purple Heart. HEX triplet: 5F, 1C and C1. RGB value is (95,28,193). Sum of RGB (Red+Green+Blue) = 95+28+193=316 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.06% from 316); Green value is 28 (11.33% from 255 or 8.86% from 316); Blue value is 193 (75.78% from 255 or 61.08% from 316); Max value from RGB is 193 - color contains mainly: blue. Hex color #5F1CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F1CC1 is #A0E33E. Grayscale: #424242. Windows color (decimal): -10543935 or 12655711. OLE color: 12655711.

HSL color Cylindrical-coordinate representation of color #5F1CC1: hue angle of 264.36º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5F1CC1 is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9528193-
CMYK0.510.8500.24
HSL264.36º74.66%43.33%-
HSV(B)264.36º85.49%75.69%-
XYZ14.767.1151.05-
YUV66.84199.2148.08-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.06%
GREEN value IS 28 (11.33% from 255) = 8.86%
BLUE value IS 193 (75.78% from 255) = 61.08%
R=30.06%
G=8.86%
B=61.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal95281930.510.8500.24264.3674.6643.33
Hex5F1CC133550181084b2b
Octal137343016312503041011353
Binary1011111111001100000111001110101010110001000010001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,28,193); }

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

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

 a { background-color: rgb(95,28,193); }

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

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

 span { border-color: rgb(95,28,193); }

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