#5007AF

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

Shades of Purple Heart #5007AF

Tints of Purple Heart #5007AF

Color information

#5007AF (or 0x5007AF) is unknown color: approx Purple Heart. HEX triplet: 50, 07 and AF. RGB value is (80,7,175). Sum of RGB (Red+Green+Blue) = 80+7+175=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 175 (68.75% from 255 or 66.79% from 262); Max value from RGB is 175 - color contains mainly: blue. Hex color #5007AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5007AF is #AFF850. Grayscale: #2F2F2F. Windows color (decimal): -11532369 or 11470672. OLE color: 11470672.

HSL color Cylindrical-coordinate representation of color #5007AF: hue angle of 266.07º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5007AF is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB807175-
CMYK0.540.9600.31
HSL266.07º92.31%35.69%-
HSV(B)266.07º96%68.63%-
XYZ11.124.9540.93-
YUV47.98199.68150.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.53%
GREEN value IS 7 (3.12% from 255) = 2.67%
BLUE value IS 175 (68.75% from 255) = 66.79%
R=30.53%
G=2.67%
B=66.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8071750.540.9600.31266.0792.3135.69
Hex507AF366001F10a5c24
Octal12072576614003741213444
Binary10100001111010111111011011000000111111000010101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5007AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5007AF; }

 p { color: rgb(80,7,175); }

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

<style>
 a { background-color: #5007AF; }

 a { background-color: rgb(80,7,175); }

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

<style>
 span { border-color: #5007AF; }

 span { border-color: rgb(80,7,175); }

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