Html Css Color HEX #7529C3 Purple Heart

📋 copy color: '#7529C3'

red 117 ◦ green 41 ◦ blue 195

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

Shades of Purple Heart #7529C3

Tints of Purple Heart #7529C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 55.24%

R = 33.14%
G = 11.61%
B = 55.24%

CMYK

 C value IS 0.4

 M value IS 0.79

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7529C3 (or 0x7529C3) is known color: Purple Heart. HEX triplet: 75, 29 and C3. RGB value is (117,41,195). Sum of RGB (Red+Green+Blue) = 117+41+195=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 41 (16.41% from 255 or 11.61% from 353); Blue value is 195 (76.56% from 255 or 55.24% from 353); Max value from RGB is 195 - color contains mainly: blue. Hex color #7529C3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7529C3 is #8AD63C. Grayscale: #505050. Windows color (decimal): -9098813 or 12790133. OLE color: 12790133.

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

Color convert

RGB 117 41 195 -
CMYK 0.4 0.79 0 0.24
HSL 269.61º 0.65% 0.46% -
HSV(B) 269.61º 0.79% 0.76% -
XYZ 17.98 9.31 52.48 -
YUV 81.28 192.18 153.48 -
System Red Green Blue C M Y K H S L
Decimal 117 41 195 0.4 0.79 0 0.24 269.61 0.65 0.46
Hex 75 29 C3 28 4F 0 18 10E 41 2E
Octal 165 51 303 50 117 0 30 416 101 56
Binary 1110101 101001 11000011 101000 1001111 0 11000 100001110 1000001 101110

Color Harmonies of #7529C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7529C3

Black with #7529C3

Text Example


Text Example

White with #7529C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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