Html Css Color HEX #7520C9 Purple Heart

📋 copy color: '#7520C9'

red 117 ◦ green 32 ◦ blue 201

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

Shades of Purple Heart #7520C9

Tints of Purple Heart #7520C9

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.14%

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

R = 33.43%
G = 9.14%
B = 57.43%

CMYK

 C value IS 0.42

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7520C9 (or 0x7520C9) is known color: Purple Heart. HEX triplet: 75, 20 and C9. RGB value is (117,32,201). Sum of RGB (Red+Green+Blue) = 117+32+201=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 201 (78.91% from 255 or 57.43% from 350); Max value from RGB is 201 - color contains mainly: blue. Hex color #7520C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7520C9 is #8ADF36. Grayscale: #4C4C4C. Windows color (decimal): -9101111 or 13181045. OLE color: 13181045.

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

Color convert

RGB 117 32 201 -
CMYK 0.42 0.84 0 0.21
HSL 270.18º 0.73% 0.46% -
HSV(B) 270.18º 0.84% 0.79% -
XYZ 18.4 9.03 56.03 -
YUV 76.68 198.16 156.76 -
System Red Green Blue C M Y K H S L
Decimal 117 32 201 0.42 0.84 0 0.21 270.18 0.73 0.46
Hex 75 20 C9 2A 54 0 15 10E 49 2E
Octal 165 40 311 52 124 0 25 416 111 56
Binary 1110101 100000 11001001 101010 1010100 0 10101 100001110 1001001 101110

Color Harmonies of #7520C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7520C9

Black with #7520C9

Text Example


Text Example

White with #7520C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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