Html Css Color HEX #7524CD Purple Heart

📋 copy color: '#7524CD'

red 117 ◦ green 36 ◦ blue 205

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

Shades of Purple Heart #7524CD

Tints of Purple Heart #7524CD

RGB

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

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

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

R = 32.68%
G = 10.06%
B = 57.26%

CMYK

 C value IS 0.43

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7524CD (or 0x7524CD) is known color: Purple Heart. HEX triplet: 75, 24 and CD. RGB value is (117,36,205). Sum of RGB (Red+Green+Blue) = 117+36+205=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #7524CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7524CD is #8ADB32. Grayscale: #4E4E4E. Windows color (decimal): -9100083 or 13444213. OLE color: 13444213.

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

Color convert

RGB 117 36 205 -
CMYK 0.43 0.82 0 0.20
HSL 268.76º 0.7% 0.47% -
HSV(B) 268.76º 0.82% 0.8% -
XYZ 18.99 9.45 58.58 -
YUV 79.49 198.84 154.76 -
System Red Green Blue C M Y K H S L
Decimal 117 36 205 0.43 0.82 0 0.20 268.76 0.7 0.47
Hex 75 24 CD 2B 52 0 14 10D 46 2F
Octal 165 44 315 53 122 0 24 415 106 57
Binary 1110101 100100 11001101 101011 1010010 0 10100 100001101 1000110 101111

Color Harmonies of #7524CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7524CD

Black with #7524CD

Text Example


Text Example

White with #7524CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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