Html Css Color HEX #7529D5 Blue Violet

📋 copy color: '#7529D5'

red 117 ◦ green 41 ◦ blue 213

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

Shades of Blue Violet #7529D5

Tints of Blue Violet #7529D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 57.41%

R = 31.54%
G = 11.05%
B = 57.41%

CMYK

 C value IS 0.45

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7529D5 (or 0x7529D5) is known color: Blue Violet. HEX triplet: 75, 29 and D5. RGB value is (117,41,213). Sum of RGB (Red+Green+Blue) = 117+41+213=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 213 (83.59% from 255 or 57.41% from 371); Max value from RGB is 213 - color contains mainly: blue. Hex color #7529D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7529D5 is #8AD62A. Grayscale: #525252. Windows color (decimal): -9098795 or 13969781. OLE color: 13969781.

HSL color Cylindrical-coordinate representation of color #7529D5: hue angle of 266.51º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7529D5 is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 41 213 -
CMYK 0.45 0.81 0 0.16
HSL 266.51º 0.68% 0.5% -
HSV(B) 266.51º 0.81% 0.84% -
XYZ 20.14 10.17 63.85 -
YUV 83.33 201.18 152.01 -
System Red Green Blue C M Y K H S L
Decimal 117 41 213 0.45 0.81 0 0.16 266.51 0.68 0.5
Hex 75 29 D5 2D 51 0 10 10B 44 32
Octal 165 51 325 55 121 0 20 413 104 62
Binary 1110101 101001 11010101 101101 1010001 0 10000 100001011 1000100 110010

Color Harmonies of #7529D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7529D5

Black with #7529D5

Text Example


Text Example

White with #7529D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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