Html Css Color HEX #7529D6 Blue Violet

📋 copy color: '#7529D6'

red 117 ◦ green 41 ◦ blue 214

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

Shades of Blue Violet #7529D6

Tints of Blue Violet #7529D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 57.53%

R = 31.45%
G = 11.02%
B = 57.53%

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

#7529D6 (or 0x7529D6) is known color: Blue Violet. HEX triplet: 75, 29 and D6. RGB value is (117,41,214). Sum of RGB (Red+Green+Blue) = 117+41+214=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 214 (83.98% from 255 or 57.53% from 372); Max value from RGB is 214 - color contains mainly: blue. Hex color #7529D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7529D6 is #8AD629. Grayscale: #525252. Windows color (decimal): -9098794 or 14035317. OLE color: 14035317.

HSL color Cylindrical-coordinate representation of color #7529D6: hue angle of 266.36º 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 #7529D6 is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 41 214 -
CMYK 0.45 0.81 0 0.16
HSL 266.36º 0.68% 0.5% -
HSV(B) 266.36º 0.81% 0.84% -
XYZ 20.27 10.22 64.52 -
YUV 83.45 201.68 151.93 -
System Red Green Blue C M Y K H S L
Decimal 117 41 214 0.45 0.81 0 0.16 266.36 0.68 0.5
Hex 75 29 D6 2D 51 0 10 10A 44 32
Octal 165 51 326 55 121 0 20 412 104 62
Binary 1110101 101001 11010110 101101 1010001 0 10000 100001010 1000100 110010

Color Harmonies of #7529D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7529D6

Black with #7529D6

Text Example


Text Example

White with #7529D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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