Html Css Color HEX #7529E9 Blue Violet

📋 copy color: '#7529E9'

red 117 ◦ green 41 ◦ blue 233

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

Shades of Blue Violet #7529E9

Tints of Blue Violet #7529E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 59.59%

R = 29.92%
G = 10.49%
B = 59.59%

CMYK

 C value IS 0.50

 M value IS 0.82

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7529E9 (or 0x7529E9) is known color: Blue Violet. HEX triplet: 75, 29 and E9. RGB value is (117,41,233). Sum of RGB (Red+Green+Blue) = 117+41+233=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 233 (91.41% from 255 or 59.59% from 391); Max value from RGB is 233 - color contains mainly: blue. Hex color #7529E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7529E9 is #8AD616. Grayscale: #545454. Windows color (decimal): -9098775 or 15280501. OLE color: 15280501.

HSL color Cylindrical-coordinate representation of color #7529E9: hue angle of 263.75º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7529E9 is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 117 41 233 -
CMYK 0.50 0.82 0 0.09
HSL 263.75º 0.81% 0.54% -
HSV(B) 263.75º 0.82% 0.91% -
XYZ 22.84 11.25 78.06 -
YUV 85.61 211.18 150.39 -
System Red Green Blue C M Y K H S L
Decimal 117 41 233 0.50 0.82 0 0.09 263.75 0.81 0.54
Hex 75 29 E9 32 52 0 9 108 51 36
Octal 165 51 351 62 122 0 11 410 121 66
Binary 1110101 101001 11101001 110010 1010010 0 1001 100001000 1010001 110110

Color Harmonies of #7529E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7529E9

Black with #7529E9

Text Example


Text Example

White with #7529E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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