Html Css Color HEX #7524C9 Purple Heart

📋 copy color: '#7524C9'

red 117 ◦ green 36 ◦ blue 201

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

Shades of Purple Heart #7524C9

Tints of Purple Heart #7524C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 56.78%

R = 33.05%
G = 10.17%
B = 56.78%

CMYK

 C value IS 0.42

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7524C9 (or 0x7524C9) is known color: Purple Heart. HEX triplet: 75, 24 and C9. RGB value is (117,36,201). Sum of RGB (Red+Green+Blue) = 117+36+201=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 201 (78.91% from 255 or 56.78% from 354); Max value from RGB is 201 - color contains mainly: blue. Hex color #7524C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7524C9 is #8ADB36. Grayscale: #4E4E4E. Windows color (decimal): -9100087 or 13182069. OLE color: 13182069.

HSL color Cylindrical-coordinate representation of color #7524C9: hue angle of 269.45º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7524C9 is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 36 201 -
CMYK 0.42 0.82 0 0.21
HSL 269.45º 0.7% 0.46% -
HSV(B) 269.45º 0.82% 0.79% -
XYZ 18.51 9.26 56.07 -
YUV 79.03 196.84 155.08 -
System Red Green Blue C M Y K H S L
Decimal 117 36 201 0.42 0.82 0 0.21 269.45 0.7 0.46
Hex 75 24 C9 2A 52 0 15 10D 46 2E
Octal 165 44 311 52 122 0 25 415 106 56
Binary 1110101 100100 11001001 101010 1010010 0 10101 100001101 1000110 101110

Color Harmonies of #7524C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7524C9

Black with #7524C9

Text Example


Text Example

White with #7524C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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