Html Css Color HEX #7529DC Blue Violet

📋 copy color: '#7529DC'

red 117 ◦ green 41 ◦ blue 220

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

Shades of Blue Violet #7529DC

Tints of Blue Violet #7529DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 58.2%

R = 30.95%
G = 10.85%
B = 58.2%

CMYK

 C value IS 0.47

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7529DC (or 0x7529DC) is known color: Blue Violet. HEX triplet: 75, 29 and DC. RGB value is (117,41,220). Sum of RGB (Red+Green+Blue) = 117+41+220=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #7529DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7529DC is #8AD623. Grayscale: #535353. Windows color (decimal): -9098788 or 14428533. OLE color: 14428533.

HSL color Cylindrical-coordinate representation of color #7529DC: hue angle of 265.47º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7529DC is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 41 220 -
CMYK 0.47 0.81 0 0.14
HSL 265.47º 0.72% 0.51% -
HSV(B) 265.47º 0.81% 0.86% -
XYZ 21.05 10.54 68.63 -
YUV 84.13 204.68 151.45 -
System Red Green Blue C M Y K H S L
Decimal 117 41 220 0.47 0.81 0 0.14 265.47 0.72 0.51
Hex 75 29 DC 2F 51 0 E 109 48 33
Octal 165 51 334 57 121 0 16 411 110 63
Binary 1110101 101001 11011100 101111 1010001 0 1110 100001001 1001000 110011

Color Harmonies of #7529DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7529DC

Black with #7529DC

Text Example


Text Example

White with #7529DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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