Html Css Color HEX #7520F3 Blue Violet

📋 copy color: '#7520F3'

red 117 ◦ green 32 ◦ blue 243

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

Shades of Blue Violet #7520F3

Tints of Blue Violet #7520F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 61.99%

R = 29.85%
G = 8.16%
B = 61.99%

CMYK

 C value IS 0.52

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7520F3 (or 0x7520F3) is known color: Blue Violet. HEX triplet: 75, 20 and F3. RGB value is (117,32,243). Sum of RGB (Red+Green+Blue) = 117+32+243=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 243 (95.31% from 255 or 61.99% from 392); Max value from RGB is 243 - color contains mainly: blue. Hex color #7520F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7520F3 is #8ADF0C. Grayscale: #505050. Windows color (decimal): -9101069 or 15933557. OLE color: 15933557.

HSL color Cylindrical-coordinate representation of color #7520F3: hue angle of 264.17º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7520F3 is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 32 243 -
CMYK 0.52 0.87 0 0.05
HSL 264.17º 0.9% 0.54% -
HSV(B) 264.17º 0.87% 0.95% -
XYZ 24.03 11.29 85.71 -
YUV 81.47 219.16 153.34 -
System Red Green Blue C M Y K H S L
Decimal 117 32 243 0.52 0.87 0 0.05 264.17 0.9 0.54
Hex 75 20 F3 34 57 0 5 108 5A 36
Octal 165 40 363 64 127 0 5 410 132 66
Binary 1110101 100000 11110011 110100 1010111 0 101 100001000 1011010 110110

Color Harmonies of #7520F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7520F3

Black with #7520F3

Text Example


Text Example

White with #7520F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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