Html Css Color HEX #7520CD Purple Heart

📋 copy color: '#7520CD'

red 117 ◦ green 32 ◦ blue 205

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

Shades of Purple Heart #7520CD

Tints of Purple Heart #7520CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 57.91%

R = 33.05%
G = 9.04%
B = 57.91%

CMYK

 C value IS 0.43

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7520CD (or 0x7520CD) is known color: Purple Heart. HEX triplet: 75, 20 and CD. RGB value is (117,32,205). Sum of RGB (Red+Green+Blue) = 117+32+205=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 205 (80.47% from 255 or 57.91% from 354); Max value from RGB is 205 - color contains mainly: blue. Hex color #7520CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7520CD is #8ADF32. Grayscale: #4C4C4C. Windows color (decimal): -9101107 or 13443189. OLE color: 13443189.

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

Color convert

RGB 117 32 205 -
CMYK 0.43 0.84 0 0.20
HSL 269.48º 0.73% 0.46% -
HSV(B) 269.48º 0.84% 0.8% -
XYZ 18.87 9.22 58.54 -
YUV 77.14 200.16 156.43 -
System Red Green Blue C M Y K H S L
Decimal 117 32 205 0.43 0.84 0 0.20 269.48 0.73 0.46
Hex 75 20 CD 2B 54 0 14 10D 49 2E
Octal 165 40 315 53 124 0 24 415 111 56
Binary 1110101 100000 11001101 101011 1010100 0 10100 100001101 1001001 101110

Color Harmonies of #7520CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7520CD

Black with #7520CD

Text Example


Text Example

White with #7520CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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