#7536CA

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

Shades of Purple Heart #7536CA

Tints of Purple Heart #7536CA

Color information

#7536CA (or 0x7536CA) is unknown color: approx Purple Heart. HEX triplet: 75, 36 and CA. RGB value is (117,54,202). Sum of RGB (Red+Green+Blue) = 117+54+202=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 54 (21.48% from 255 or 14.48% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #7536CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7536CA is #8AC935. Grayscale: #595959. Windows color (decimal): -9095478 or 13252213. OLE color: 13252213.

HSL color Cylindrical-coordinate representation of color #7536CA: hue angle of 265.54º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7536CA is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11754202-
CMYK0.420.7300.21
HSL265.54º58.27%50.2%-
HSV(B)265.54º73.27%79.22%-
XYZ19.3210.6856.92-
YUV89.71191.37147.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.37%
GREEN value IS 54 (21.48% from 255) = 14.48%
BLUE value IS 202 (79.30% from 255) = 54.16%
R=31.37%
G=14.48%
B=54.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal117542020.420.7300.21265.5458.2750.2
Hex7536CA2A4901510a3a32
Octal16566312521110254127262
Binary1110101110110110010101010101001001010101100001010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7536CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7536CA; }

 p { color: rgb(117,54,202); }

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

<style>
 a { background-color: #7536CA; }

 a { background-color: rgb(117,54,202); }

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

<style>
 span { border-color: #7536CA; }

 span { border-color: rgb(117,54,202); }

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