Html Css Color HEX #7529DE Blue Violet

📋 copy color: '#7529DE'

red 117 ◦ green 41 ◦ blue 222

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

Shades of Blue Violet #7529DE

Tints of Blue Violet #7529DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.42%

R = 30.79%
G = 10.79%
B = 58.42%

CMYK

 C value IS 0.47

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7529DE (or 0x7529DE) is known color: Blue Violet. HEX triplet: 75, 29 and DE. RGB value is (117,41,222). Sum of RGB (Red+Green+Blue) = 117+41+222=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 41 (16.41% from 255 or 10.79% from 380); Blue value is 222 (87.11% from 255 or 58.42% from 380); Max value from RGB is 222 - color contains mainly: blue. Hex color #7529DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7529DE is #8AD621. Grayscale: #535353. Windows color (decimal): -9098786 or 14559605. OLE color: 14559605.

HSL color Cylindrical-coordinate representation of color #7529DE: hue angle of 265.19º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7529DE is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 41 222 -
CMYK 0.47 0.82 0 0.13
HSL 265.19º 0.73% 0.52% -
HSV(B) 265.19º 0.82% 0.87% -
XYZ 21.31 10.64 70.04 -
YUV 84.36 205.68 151.28 -
System Red Green Blue C M Y K H S L
Decimal 117 41 222 0.47 0.82 0 0.13 265.19 0.73 0.52
Hex 75 29 DE 2F 52 0 D 109 49 34
Octal 165 51 336 57 122 0 15 411 111 64
Binary 1110101 101001 11011110 101111 1010010 0 1101 100001001 1001001 110100

Color Harmonies of #7529DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7529DE

Black with #7529DE

Text Example


Text Example

White with #7529DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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