Html Css Color HEX #7520EB Blue Violet

📋 copy color: '#7520EB'

red 117 ◦ green 32 ◦ blue 235

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

Shades of Blue Violet #7520EB

Tints of Blue Violet #7520EB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.33%

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

R = 30.47%
G = 8.33%
B = 61.2%

CMYK

 C value IS 0.50

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7520EB (or 0x7520EB) is known color: Blue Violet. HEX triplet: 75, 20 and EB. RGB value is (117,32,235). Sum of RGB (Red+Green+Blue) = 117+32+235=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 235 (92.19% from 255 or 61.20% from 384); Max value from RGB is 235 - color contains mainly: blue. Hex color #7520EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7520EB is #8ADF14. Grayscale: #4F4F4F. Windows color (decimal): -9101077 or 15409269. OLE color: 15409269.

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

Color convert

RGB 117 32 235 -
CMYK 0.50 0.86 0 0.08
HSL 265.12º 0.84% 0.52% -
HSV(B) 265.12º 0.86% 0.92% -
XYZ 22.85 10.81 79.48 -
YUV 80.56 215.16 153.99 -
System Red Green Blue C M Y K H S L
Decimal 117 32 235 0.50 0.86 0 0.08 265.12 0.84 0.52
Hex 75 20 EB 32 56 0 8 109 54 34
Octal 165 40 353 62 126 0 10 411 124 64
Binary 1110101 100000 11101011 110010 1010110 0 1000 100001001 1010100 110100

Color Harmonies of #7520EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7520EB

Black with #7520EB

Text Example


Text Example

White with #7520EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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