#7522CB

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

Shades of Purple Heart #7522CB

Tints of Purple Heart #7522CB

Color information

#7522CB (or 0x7522CB) is unknown color: approx Purple Heart. HEX triplet: 75, 22 and CB. RGB value is (117,34,203). Sum of RGB (Red+Green+Blue) = 117+34+203=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #7522CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7522CB is #8ADD34. Grayscale: #4D4D4D. Windows color (decimal): -9100597 or 13312629. OLE color: 13312629.

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

Color convert

RGB11734203-
CMYK0.420.8300.20
HSL269.47º71.31%46.47%-
HSV(B)269.47º83.25%79.61%-
XYZ18.699.2457.3-
YUV78.08198.5155.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.05%
GREEN value IS 34 (13.67% from 255) = 9.60%
BLUE value IS 203 (79.69% from 255) = 57.34%
R=33.05%
G=9.60%
B=57.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal117342030.420.8300.20269.4771.3146.47
Hex7522CB2A5301410d472e
Octal165423135212302441510756
Binary11101011000101100101110101010100110101001000011011000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7522CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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