#7532CB

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

Shades of Purple Heart #7532CB

Tints of Purple Heart #7532CB

Color information

#7532CB (or 0x7532CB) is unknown color: approx Purple Heart. HEX triplet: 75, 32 and CB. RGB value is (117,50,203). Sum of RGB (Red+Green+Blue) = 117+50+203=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #7532CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7532CB is #8ACD34. Grayscale: #565656. Windows color (decimal): -9096501 or 13316725. OLE color: 13316725.

HSL color Cylindrical-coordinate representation of color #7532CB: hue angle of 266.27º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7532CB is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11750203-
CMYK0.420.7500.20
HSL266.27º60.47%49.61%-
HSV(B)266.27º75.37%79.61%-
XYZ19.2610.3757.49-
YUV87.48193.2149.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.62%
GREEN value IS 50 (19.92% from 255) = 13.51%
BLUE value IS 203 (79.69% from 255) = 54.86%
R=31.62%
G=13.51%
B=54.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal117502030.420.7500.20266.2760.4749.61
Hex7532CB2A4B01410a3c32
Octal16562313521130244127462
Binary1110101110010110010111010101001011010100100001010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7532CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7532CB; }

 p { color: rgb(117,50,203); }

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

<style>
 a { background-color: #7532CB; }

 a { background-color: rgb(117,50,203); }

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

<style>
 span { border-color: #7532CB; }

 span { border-color: rgb(117,50,203); }

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