Html Css Color HEX #7524EF Blue Violet

📋 copy color: '#7524EF'

red 117 ◦ green 36 ◦ blue 239

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

Shades of Blue Violet #7524EF

Tints of Blue Violet #7524EF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.18%

 BLUE value IS 239 (93.75% from 255) = 60.97%

R = 29.85%
G = 9.18%
B = 60.97%

CMYK

 C value IS 0.51

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7524EF (or 0x7524EF) is known color: Blue Violet. HEX triplet: 75, 24 and EF. RGB value is (117,36,239). Sum of RGB (Red+Green+Blue) = 117+36+239=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 36 (14.45% from 255 or 9.18% from 392); Blue value is 239 (93.75% from 255 or 60.97% from 392); Max value from RGB is 239 - color contains mainly: blue. Hex color #7524EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7524EF is #8ADB10. Grayscale: #525252. Windows color (decimal): -9100049 or 15672437. OLE color: 15672437.

HSL color Cylindrical-coordinate representation of color #7524EF: hue angle of 263.94º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7524EF is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 117 36 239 -
CMYK 0.51 0.85 0 0.06
HSL 263.94º 0.86% 0.54% -
HSV(B) 263.94º 0.85% 0.94% -
XYZ 23.55 11.28 82.6 -
YUV 83.36 215.84 151.99 -
System Red Green Blue C M Y K H S L
Decimal 117 36 239 0.51 0.85 0 0.06 263.94 0.86 0.54
Hex 75 24 EF 33 55 0 6 108 56 36
Octal 165 44 357 63 125 0 6 410 126 66
Binary 1110101 100100 11101111 110011 1010101 0 110 100001000 1010110 110110

Color Harmonies of #7524EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7524EF

Black with #7524EF

Text Example


Text Example

White with #7524EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7524EF; }

 p { color: rgb(117,36,239); }

 H1.HeaderClassName
 {
   color: #7524EF;
 }
 .AnyTagClassName
 {
   color: #7524EF;
 }
</style>

background-color css

<style>
 a { background-color: #7524EF; }

 a { background-color: rgb(117,36,239); }

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

border-color css

<style>
 span { border-color: #7524EF; }

 span { border-color: rgb(117,36,239); }

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