Html Css Color HEX #7520E4 Blue Violet

📋 copy color: '#7520E4'

red 117 ◦ green 32 ◦ blue 228

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

Shades of Blue Violet #7520E4

Tints of Blue Violet #7520E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 60.48%

R = 31.03%
G = 8.49%
B = 60.48%

CMYK

 C value IS 0.49

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#7520E4 (or 0x7520E4) is known color: Blue Violet. HEX triplet: 75, 20 and E4. RGB value is (117,32,228). Sum of RGB (Red+Green+Blue) = 117+32+228=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 228 (89.45% from 255 or 60.48% from 377); Max value from RGB is 228 - color contains mainly: blue. Hex color #7520E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7520E4 is #8ADF1B. Grayscale: #4F4F4F. Windows color (decimal): -9101084 or 14950517. OLE color: 14950517.

HSL color Cylindrical-coordinate representation of color #7520E4: hue angle of 266.02º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7520E4 is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 117 32 228 -
CMYK 0.49 0.86 0 0.11
HSL 266.02º 0.78% 0.51% -
HSV(B) 266.02º 0.86% 0.89% -
XYZ 21.86 10.42 74.26 -
YUV 79.76 211.66 154.56 -
System Red Green Blue C M Y K H S L
Decimal 117 32 228 0.49 0.86 0 0.11 266.02 0.78 0.51
Hex 75 20 E4 31 56 0 B 10A 4E 33
Octal 165 40 344 61 126 0 13 412 116 63
Binary 1110101 100000 11100100 110001 1010110 0 1011 100001010 1001110 110011

Color Harmonies of #7520E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7520E4

Black with #7520E4

Text Example


Text Example

White with #7520E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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