Html Css Color HEX #7524BB Purple Heart

📋 copy color: '#7524BB'

red 117 ◦ green 36 ◦ blue 187

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

Shades of Purple Heart #7524BB

Tints of Purple Heart #7524BB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.59%

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

R = 34.41%
G = 10.59%
B = 55%

CMYK

 C value IS 0.37

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7524BB (or 0x7524BB) is known color: Purple Heart. HEX triplet: 75, 24 and BB. RGB value is (117,36,187). Sum of RGB (Red+Green+Blue) = 117+36+187=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 187 (73.44% from 255 or 55% from 340); Max value from RGB is 187 - color contains mainly: blue. Hex color #7524BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7524BB is #8ADB44. Grayscale: #4C4C4C. Windows color (decimal): -9100101 or 12264565. OLE color: 12264565.

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

Color convert

RGB 117 36 187 -
CMYK 0.37 0.81 0 0.27
HSL 272.19º 0.68% 0.44% -
HSV(B) 272.19º 0.81% 0.73% -
XYZ 16.94 8.63 47.79 -
YUV 77.43 189.84 156.22 -
System Red Green Blue C M Y K H S L
Decimal 117 36 187 0.37 0.81 0 0.27 272.19 0.68 0.44
Hex 75 24 BB 25 51 0 1B 110 44 2C
Octal 165 44 273 45 121 0 33 420 104 54
Binary 1110101 100100 10111011 100101 1010001 0 11011 100010000 1000100 101100

Color Harmonies of #7524BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7524BB

Black with #7524BB

Text Example


Text Example

White with #7524BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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