Html Css Color HEX #7500AE Dark Violet

📋 copy color: '#7500AE'

red 117 ◦ green 0 ◦ blue 174

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

Shades of Dark Violet #7500AE

Tints of Dark Violet #7500AE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 174 (68.36% from 255) = 59.79%

R = 40.21%
G = 0%
B = 59.79%

CMYK

 C value IS 0.33

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7500AE (or 0x7500AE) is known color: Dark Violet. HEX triplet: 75, 00 and AE. RGB value is (117,0,174). Sum of RGB (Red+Green+Blue) = 117+0+174=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 174 (68.36% from 255 or 59.79% from 291); Max value from RGB is 174 - color contains mainly: blue. Hex color #7500AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7500AE is #8AFF51. Grayscale: #363636. Windows color (decimal): -9109330 or 11403381. OLE color: 11403381.

HSL color Cylindrical-coordinate representation of color #7500AE: hue angle of 280.34º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7500AE is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 0 174 -
CMYK 0.33 1 0 0.32
HSL 280.34º 1% 0.34% -
HSV(B) 280.34º 1% 0.68% -
XYZ 14.98 6.84 40.57 -
YUV 54.82 195.26 172.35 -
System Red Green Blue C M Y K H S L
Decimal 117 0 174 0.33 1 0 0.32 280.34 1 0.34
Hex 75 0 AE 21 64 0 20 118 64 22
Octal 165 0 256 41 144 0 40 430 144 42
Binary 1110101 0 10101110 100001 1100100 0 100000 100011000 1100100 100010

Color Harmonies of #7500AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7500AE

Black with #7500AE

Text Example


Text Example

White with #7500AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7500AE; }

 p { color: rgb(117,0,174); }

 H1.HeaderClassName
 {
   color: #7500AE;
 }
 .AnyTagClassName
 {
   color: #7500AE;
 }
</style>

background-color css

<style>
 a { background-color: #7500AE; }

 a { background-color: rgb(117,0,174); }

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

border-color css

<style>
 span { border-color: #7500AE; }

 span { border-color: rgb(117,0,174); }

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