#5F30C1

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

Shades of Purple Heart #5F30C1

Tints of Purple Heart #5F30C1

Color information

#5F30C1 (or 0x5F30C1) is unknown color: approx Purple Heart. HEX triplet: 5F, 30 and C1. RGB value is (95,48,193). Sum of RGB (Red+Green+Blue) = 95+48+193=336 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.27% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 193 (75.78% from 255 or 57.44% from 336); Max value from RGB is 193 - color contains mainly: blue. Hex color #5F30C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F30C1 is #A0CF3E. Grayscale: #4E4E4E. Windows color (decimal): -10538815 or 12660831. OLE color: 12660831.

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

Color convert

RGB9548193-
CMYK0.510.7500.24
HSL259.45º60.17%47.25%-
HSV(B)259.45º75.13%75.69%-
XYZ15.48.451.26-
YUV78.58192.57139.71-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.27%
GREEN value IS 48 (19.14% from 255) = 14.29%
BLUE value IS 193 (75.78% from 255) = 57.44%
R=28.27%
G=14.29%
B=57.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal95481930.510.7500.24259.4560.1747.25
Hex5F30C1334B0181033c2f
Octal13760301631130304037457
Binary1011111110000110000011100111001011011000100000011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F30C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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