Html Css Color HEX #7522BB Purple Heart

📋 copy color: '#7522BB'

red 117 ◦ green 34 ◦ blue 187

#7522BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #7522BB

Tints of Purple Heart #7522BB

RGB

 RED value IS 117 (46.09% from 255) = 34.62%

 GREEN value IS 34 (13.67% from 255) = 10.06%

 BLUE value IS 187 (73.44% from 255) = 55.33%

R = 34.62%
G = 10.06%
B = 55.33%

CMYK

 C value IS 0.37

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7522BB (or 0x7522BB) is known color: Purple Heart. HEX triplet: 75, 22 and BB. RGB value is (117,34,187). Sum of RGB (Red+Green+Blue) = 117+34+187=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 187 (73.44% from 255 or 55.33% from 338); Max value from RGB is 187 - color contains mainly: blue. Hex color #7522BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7522BB is #8ADD44. Grayscale: #4B4B4B. Windows color (decimal): -9100613 or 12264053. OLE color: 12264053.

HSL color Cylindrical-coordinate representation of color #7522BB: hue angle of 272.55º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7522BB is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 34 187 -
CMYK 0.37 0.82 0 0.27
HSL 272.55º 0.69% 0.43% -
HSV(B) 272.55º 0.82% 0.73% -
XYZ 16.88 8.51 47.77 -
YUV 76.26 190.5 157.06 -
System Red Green Blue C M Y K H S L
Decimal 117 34 187 0.37 0.82 0 0.27 272.55 0.69 0.43
Hex 75 22 BB 25 52 0 1B 111 45 2B
Octal 165 42 273 45 122 0 33 421 105 53
Binary 1110101 100010 10111011 100101 1010010 0 11011 100010001 1000101 101011

Color Harmonies of #7522BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7522BB

Black with #7522BB

Text Example


Text Example

White with #7522BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7522BB;
 }
 .AnyTagClassName
 {
   color: #7522BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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