Html Css Color HEX #7503AF Dark Violet

📋 copy color: '#7503AF'

red 117 ◦ green 3 ◦ blue 175

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

Shades of Dark Violet #7503AF

Tints of Dark Violet #7503AF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.02%

 BLUE value IS 175 (68.75% from 255) = 59.32%

R = 39.66%
G = 1.02%
B = 59.32%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7503AF (or 0x7503AF) is known color: Dark Violet. HEX triplet: 75, 03 and AF. RGB value is (117,3,175). Sum of RGB (Red+Green+Blue) = 117+3+175=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 175 (68.75% from 255 or 59.32% from 295); Max value from RGB is 175 - color contains mainly: blue. Hex color #7503AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7503AF is #8AFC50. Grayscale: #383838. Windows color (decimal): -9108561 or 11469685. OLE color: 11469685.

HSL color Cylindrical-coordinate representation of color #7503AF: hue angle of 279.77º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7503AF is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 3 175 -
CMYK 0.33 0.98 0 0.31
HSL 279.77º 0.97% 0.35% -
HSV(B) 279.77º 0.98% 0.69% -
XYZ 15.11 6.94 41.1 -
YUV 56.69 194.77 171.01 -
System Red Green Blue C M Y K H S L
Decimal 117 3 175 0.33 0.98 0 0.31 279.77 0.97 0.35
Hex 75 3 AF 21 62 0 1F 118 61 23
Octal 165 3 257 41 142 0 37 430 141 43
Binary 1110101 11 10101111 100001 1100010 0 11111 100011000 1100001 100011

Color Harmonies of #7503AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7503AF

Black with #7503AF

Text Example


Text Example

White with #7503AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7503AF; }

 p { color: rgb(117,3,175); }

 H1.HeaderClassName
 {
   color: #7503AF;
 }
 .AnyTagClassName
 {
   color: #7503AF;
 }
</style>

background-color css

<style>
 a { background-color: #7503AF; }

 a { background-color: rgb(117,3,175); }

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

border-color css

<style>
 span { border-color: #7503AF; }

 span { border-color: rgb(117,3,175); }

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