Html Css Color HEX #7527EB Blue Violet

📋 copy color: '#7527EB'

red 117 ◦ green 39 ◦ blue 235

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

Shades of Blue Violet #7527EB

Tints of Blue Violet #7527EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 60.1%

R = 29.92%
G = 9.97%
B = 60.1%

CMYK

 C value IS 0.50

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7527EB (or 0x7527EB) is known color: Blue Violet. HEX triplet: 75, 27 and EB. RGB value is (117,39,235). Sum of RGB (Red+Green+Blue) = 117+39+235=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 39 (15.62% from 255 or 9.97% from 391); Blue value is 235 (92.19% from 255 or 60.10% from 391); Max value from RGB is 235 - color contains mainly: blue. Hex color #7527EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7527EB is #8AD814. Grayscale: #535353. Windows color (decimal): -9099285 or 15411061. OLE color: 15411061.

HSL color Cylindrical-coordinate representation of color #7527EB: hue angle of 263.88º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7527EB is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 39 235 -
CMYK 0.50 0.83 0 0.08
HSL 263.88º 0.83% 0.54% -
HSV(B) 263.88º 0.83% 0.92% -
XYZ 23.06 11.23 79.55 -
YUV 84.67 212.84 151.06 -
System Red Green Blue C M Y K H S L
Decimal 117 39 235 0.50 0.83 0 0.08 263.88 0.83 0.54
Hex 75 27 EB 32 53 0 8 108 53 36
Octal 165 47 353 62 123 0 10 410 123 66
Binary 1110101 100111 11101011 110010 1010011 0 1000 100001000 1010011 110110

Color Harmonies of #7527EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7527EB

Black with #7527EB

Text Example


Text Example

White with #7527EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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