#7530CE

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

Shades of Purple Heart #7530CE

Tints of Purple Heart #7530CE

Color information

#7530CE (or 0x7530CE) is unknown color: approx Purple Heart. HEX triplet: 75, 30 and CE. RGB value is (117,48,206). Sum of RGB (Red+Green+Blue) = 117+48+206=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #7530CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7530CE is #8ACF31. Grayscale: #565656. Windows color (decimal): -9097010 or 13512821. OLE color: 13512821.

HSL color Cylindrical-coordinate representation of color #7530CE: hue angle of 266.2º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7530CE is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11748206-
CMYK0.430.7700.19
HSL266.2º62.2%49.8%-
HSV(B)266.2º76.7%80.78%-
XYZ19.5310.3559.36-
YUV86.64195.36149.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.54%
GREEN value IS 48 (19.14% from 255) = 12.94%
BLUE value IS 206 (80.86% from 255) = 55.53%
R=31.54%
G=12.94%
B=55.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal117482060.430.7700.19266.262.249.8
Hex7530CE2B4D01310a3e32
Octal16560316531150234127662
Binary1110101110000110011101010111001101010011100001010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7530CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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