Html Css Color HEX #7520FA Blue Violet

📋 copy color: '#7520FA'

red 117 ◦ green 32 ◦ blue 250

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

Shades of Blue Violet #7520FA

Tints of Blue Violet #7520FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 62.66%

R = 29.32%
G = 8.02%
B = 62.66%

CMYK

 C value IS 0.53

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7520FA (or 0x7520FA) is known color: Blue Violet. HEX triplet: 75, 20 and FA. RGB value is (117,32,250). Sum of RGB (Red+Green+Blue) = 117+32+250=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 32 (12.89% from 255 or 8.02% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #7520FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7520FA is #8ADF05. Grayscale: #515151. Windows color (decimal): -9101062 or 16392309. OLE color: 16392309.

HSL color Cylindrical-coordinate representation of color #7520FA: hue angle of 263.39º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7520FA is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 32 250 -
CMYK 0.53 0.87 0 0.02
HSL 263.39º 0.96% 0.55% -
HSV(B) 263.39º 0.87% 0.98% -
XYZ 25.11 11.72 91.38 -
YUV 82.27 222.66 152.77 -
System Red Green Blue C M Y K H S L
Decimal 117 32 250 0.53 0.87 0 0.02 263.39 0.96 0.55
Hex 75 20 FA 35 57 0 2 107 60 37
Octal 165 40 372 65 127 0 2 407 140 67
Binary 1110101 100000 11111010 110101 1010111 0 10 100000111 1100000 110111

Color Harmonies of #7520FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7520FA

Black with #7520FA

Text Example


Text Example

White with #7520FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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