Html Css Color HEX #7524FA Blue Violet

📋 copy color: '#7524FA'

red 117 ◦ green 36 ◦ blue 250

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

Shades of Blue Violet #7524FA

Tints of Blue Violet #7524FA

RGB

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

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

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

R = 29.03%
G = 8.93%
B = 62.03%

CMYK

 C value IS 0.53

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7524FA (or 0x7524FA) is known color: Blue Violet. HEX triplet: 75, 24 and FA. RGB value is (117,36,250). Sum of RGB (Red+Green+Blue) = 117+36+250=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 36 (14.45% from 255 or 8.93% from 403); Blue value is 250 (98.05% from 255 or 62.03% from 403); Max value from RGB is 250 - color contains mainly: blue. Hex color #7524FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7524FA is #8ADB05. Grayscale: #535353. Windows color (decimal): -9100038 or 16393333. OLE color: 16393333.

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

Color convert

RGB 117 36 250 -
CMYK 0.53 0.86 0 0.02
HSL 262.71º 0.96% 0.56% -
HSV(B) 262.71º 0.86% 0.98% -
XYZ 25.22 11.95 91.42 -
YUV 84.62 221.34 151.1 -
System Red Green Blue C M Y K H S L
Decimal 117 36 250 0.53 0.86 0 0.02 262.71 0.96 0.56
Hex 75 24 FA 35 56 0 2 107 60 38
Octal 165 44 372 65 126 0 2 407 140 70
Binary 1110101 100100 11111010 110101 1010110 0 10 100000111 1100000 111000

Color Harmonies of #7524FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7524FA

Black with #7524FA

Text Example


Text Example

White with #7524FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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