Html Css Color HEX #7524D5 Blue Violet

📋 copy color: '#7524D5'

red 117 ◦ green 36 ◦ blue 213

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

Shades of Blue Violet #7524D5

Tints of Blue Violet #7524D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 58.2%

R = 31.97%
G = 9.84%
B = 58.2%

CMYK

 C value IS 0.45

 M value IS 0.83

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7524D5 (or 0x7524D5) is known color: Blue Violet. HEX triplet: 75, 24 and D5. RGB value is (117,36,213). Sum of RGB (Red+Green+Blue) = 117+36+213=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 36 (14.45% from 255 or 9.84% from 366); Blue value is 213 (83.59% from 255 or 58.20% from 366); Max value from RGB is 213 - color contains mainly: blue. Hex color #7524D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7524D5 is #8ADB2A. Grayscale: #4F4F4F. Windows color (decimal): -9100075 or 13968501. OLE color: 13968501.

HSL color Cylindrical-coordinate representation of color #7524D5: hue angle of 267.46º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7524D5 is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 36 213 -
CMYK 0.45 0.83 0 0.16
HSL 267.46º 0.71% 0.49% -
HSV(B) 267.46º 0.83% 0.84% -
XYZ 19.98 9.85 63.8 -
YUV 80.4 202.84 154.11 -
System Red Green Blue C M Y K H S L
Decimal 117 36 213 0.45 0.83 0 0.16 267.46 0.71 0.49
Hex 75 24 D5 2D 53 0 10 10B 47 31
Octal 165 44 325 55 123 0 20 413 107 61
Binary 1110101 100100 11010101 101101 1010011 0 10000 100001011 1000111 110001

Color Harmonies of #7524D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7524D5

Black with #7524D5

Text Example


Text Example

White with #7524D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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