#5F30AC

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

Shades of Purple Heart #5F30AC

Tints of Purple Heart #5F30AC

Color information

#5F30AC (or 0x5F30AC) is unknown color: approx Purple Heart. HEX triplet: 5F, 30 and AC. RGB value is (95,48,172). Sum of RGB (Red+Green+Blue) = 95+48+172=315 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.16% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F30AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F30AC is #A0CF53. Grayscale: #4B4B4B. Windows color (decimal): -10538836 or 11284575. OLE color: 11284575.

HSL color Cylindrical-coordinate representation of color #5F30AC: hue angle of 262.74º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5F30AC is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9548172-
CMYK0.450.7200.33
HSL262.74º56.36%43.14%-
HSV(B)262.74º72.09%67.45%-
XYZ13.227.5339.79-
YUV76.19182.07141.42-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.16%
GREEN value IS 48 (19.14% from 255) = 15.24%
BLUE value IS 172 (67.58% from 255) = 54.60%
R=30.16%
G=15.24%
B=54.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal95481720.450.7200.33262.7456.3643.14
Hex5F30AC2D48021107382b
Octal13760254551100414077053
Binary10111111100001010110010110110010000100001100000111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F30AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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