Html Css Color HEX #7527E9 Blue Violet

📋 copy color: '#7527E9'

red 117 ◦ green 39 ◦ blue 233

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

Shades of Blue Violet #7527E9

Tints of Blue Violet #7527E9

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.03%

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

R = 30.08%
G = 10.03%
B = 59.9%

CMYK

 C value IS 0.50

 M value IS 0.83

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7527E9 (or 0x7527E9) is known color: Blue Violet. HEX triplet: 75, 27 and E9. RGB value is (117,39,233). Sum of RGB (Red+Green+Blue) = 117+39+233=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 39 (15.62% from 255 or 10.03% from 389); Blue value is 233 (91.41% from 255 or 59.90% from 389); Max value from RGB is 233 - color contains mainly: blue. Hex color #7527E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7527E9 is #8AD816. Grayscale: #535353. Windows color (decimal): -9099287 or 15279989. OLE color: 15279989.

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

Color convert

RGB 117 39 233 -
CMYK 0.50 0.83 0 0.09
HSL 264.12º 0.82% 0.53% -
HSV(B) 264.12º 0.83% 0.91% -
XYZ 22.77 11.12 78.04 -
YUV 84.44 211.84 151.23 -
System Red Green Blue C M Y K H S L
Decimal 117 39 233 0.50 0.83 0 0.09 264.12 0.82 0.53
Hex 75 27 E9 32 53 0 9 108 52 35
Octal 165 47 351 62 123 0 11 410 122 65
Binary 1110101 100111 11101001 110010 1010011 0 1001 100001000 1010010 110101

Color Harmonies of #7527E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7527E9

Black with #7527E9

Text Example


Text Example

White with #7527E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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