Html Css Color HEX #7529C0 Purple Heart

📋 copy color: '#7529C0'

red 117 ◦ green 41 ◦ blue 192

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

Shades of Purple Heart #7529C0

Tints of Purple Heart #7529C0

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.71%

 BLUE value IS 192 (75.39% from 255) = 54.86%

R = 33.43%
G = 11.71%
B = 54.86%

CMYK

 C value IS 0.39

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7529C0 (or 0x7529C0) is known color: Purple Heart. HEX triplet: 75, 29 and C0. RGB value is (117,41,192). Sum of RGB (Red+Green+Blue) = 117+41+192=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 192 (75.39% from 255 or 54.86% from 350); Max value from RGB is 192 - color contains mainly: blue. Hex color #7529C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7529C0 is #8AD63F. Grayscale: #505050. Windows color (decimal): -9098816 or 12593525. OLE color: 12593525.

HSL color Cylindrical-coordinate representation of color #7529C0: hue angle of 270.2º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7529C0 is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 41 192 -
CMYK 0.39 0.79 0 0.25
HSL 270.2º 0.65% 0.46% -
HSV(B) 270.2º 0.79% 0.75% -
XYZ 17.64 9.17 50.71 -
YUV 80.94 190.68 153.72 -
System Red Green Blue C M Y K H S L
Decimal 117 41 192 0.39 0.79 0 0.25 270.2 0.65 0.46
Hex 75 29 C0 27 4F 0 19 10E 41 2E
Octal 165 51 300 47 117 0 31 416 101 56
Binary 1110101 101001 11000000 100111 1001111 0 11001 100001110 1000001 101110

Color Harmonies of #7529C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7529C0

Black with #7529C0

Text Example


Text Example

White with #7529C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7529C0; }

 p { color: rgb(117,41,192); }

 H1.HeaderClassName
 {
   color: #7529C0;
 }
 .AnyTagClassName
 {
   color: #7529C0;
 }
</style>

background-color css

<style>
 a { background-color: #7529C0; }

 a { background-color: rgb(117,41,192); }

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

border-color css

<style>
 span { border-color: #7529C0; }

 span { border-color: rgb(117,41,192); }

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