#7530B4

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

Shades of Purple Heart #7530B4

Tints of Purple Heart #7530B4

Color information

#7530B4 (or 0x7530B4) is unknown color: approx Purple Heart. HEX triplet: 75, 30 and B4. RGB value is (117,48,180). Sum of RGB (Red+Green+Blue) = 117+48+180=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 180 (70.70% from 255 or 52.17% from 345); Max value from RGB is 180 - color contains mainly: blue. Hex color #7530B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7530B4 is #8ACF4B. Grayscale: #535353. Windows color (decimal): -9097036 or 11808885. OLE color: 11808885.

HSL color Cylindrical-coordinate representation of color #7530B4: hue angle of 271.36º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7530B4 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11748180-
CMYK0.350.7300.29
HSL271.36º57.89%44.71%-
HSV(B)271.36º73.33%70.59%-
XYZ16.639.1944.08-
YUV83.68182.36151.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.91%
GREEN value IS 48 (19.14% from 255) = 13.91%
BLUE value IS 180 (70.70% from 255) = 52.17%
R=33.91%
G=13.91%
B=52.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal117481800.350.7300.29271.3657.8944.71
Hex7530B4234901D10f3a2d
Octal16560264431110354177255
Binary1110101110000101101001000111001001011101100001111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7530B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,48,180); }

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

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

 a { background-color: rgb(117,48,180); }

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

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

 span { border-color: rgb(117,48,180); }

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