Html Css Color HEX #7507AF Dark Violet

📋 copy color: '#7507AF'

red 117 ◦ green 7 ◦ blue 175

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

Shades of Dark Violet #7507AF

Tints of Dark Violet #7507AF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.34%

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

R = 39.13%
G = 2.34%
B = 58.53%

CMYK

 C value IS 0.33

 M value IS 0.96

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7507AF (or 0x7507AF) is known color: Dark Violet. HEX triplet: 75, 07 and AF. RGB value is (117,7,175). Sum of RGB (Red+Green+Blue) = 117+7+175=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 175 (68.75% from 255 or 58.53% from 299); Max value from RGB is 175 - color contains mainly: blue. Hex color #7507AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7507AF is #8AF850. Grayscale: #3A3A3A. Windows color (decimal): -9107537 or 11470709. OLE color: 11470709.

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

Color convert

RGB 117 7 175 -
CMYK 0.33 0.96 0 0.31
HSL 279.29º 0.92% 0.36% -
HSV(B) 279.29º 0.96% 0.69% -
XYZ 15.15 7.03 41.12 -
YUV 59.04 193.44 169.34 -
System Red Green Blue C M Y K H S L
Decimal 117 7 175 0.33 0.96 0 0.31 279.29 0.92 0.36
Hex 75 7 AF 21 60 0 1F 117 5C 24
Octal 165 7 257 41 140 0 37 427 134 44
Binary 1110101 111 10101111 100001 1100000 0 11111 100010111 1011100 100100

Color Harmonies of #7507AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7507AF

Black with #7507AF

Text Example


Text Example

White with #7507AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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