#5207B4

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

Shades of Purple Heart #5207B4

Tints of Purple Heart #5207B4

Color information

#5207B4 (or 0x5207B4) is unknown color: approx Purple Heart. HEX triplet: 52, 07 and B4. RGB value is (82,7,180). Sum of RGB (Red+Green+Blue) = 82+7+180=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 180 (70.70% from 255 or 66.91% from 269); Max value from RGB is 180 - color contains mainly: blue. Hex color #5207B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5207B4 is #ADF84B. Grayscale: #303030. Windows color (decimal): -11401292 or 11798354. OLE color: 11798354.

HSL color Cylindrical-coordinate representation of color #5207B4: hue angle of 266.01º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5207B4 is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB827180-
CMYK0.540.9600.29
HSL266.01º92.51%36.67%-
HSV(B)266.01º96.11%70.59%-
XYZ11.795.2443.57-
YUV49.15201.85151.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.48%
GREEN value IS 7 (3.12% from 255) = 2.60%
BLUE value IS 180 (70.70% from 255) = 66.91%
R=30.48%
G=2.60%
B=66.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal8271800.540.9600.29266.0192.5136.67
Hex527B4366001D10a5d25
Octal12272646614003541213545
Binary10100101111011010011011011000000111011000010101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5207B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5207B4; }

 p { color: rgb(82,7,180); }

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

<style>
 a { background-color: #5207B4; }

 a { background-color: rgb(82,7,180); }

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

<style>
 span { border-color: #5207B4; }

 span { border-color: rgb(82,7,180); }

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