Html Css Color HEX #7301AF Dark Violet

📋 copy color: '#7301AF'

red 115 ◦ green 1 ◦ blue 175

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

Shades of Dark Violet #7301AF

Tints of Dark Violet #7301AF

RGB

 RED value IS 115 (45.31% from 255) = 39.52%

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 39.52%
G = 0.34%
B = 60.14%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7301AF (or 0x7301AF) is known color: Dark Violet. HEX triplet: 73, 01 and AF. RGB value is (115,1,175). Sum of RGB (Red+Green+Blue) = 115+1+175=291 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.52% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 175 (68.75% from 255 or 60.14% from 291); Max value from RGB is 175 - color contains mainly: blue. Hex color #7301AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7301AF is #8CFE50. Grayscale: #363636. Windows color (decimal): -9240145 or 11469171. OLE color: 11469171.

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

Color convert

RGB 115 1 175 -
CMYK 0.34 0.99 0 0.31
HSL 279.31º 0.99% 0.35% -
HSV(B) 279.31º 0.99% 0.69% -
XYZ 14.82 6.76 41.08 -
YUV 54.92 195.77 170.85 -
System Red Green Blue C M Y K H S L
Decimal 115 1 175 0.34 0.99 0 0.31 279.31 0.99 0.35
Hex 73 1 AF 22 63 0 1F 117 63 23
Octal 163 1 257 42 143 0 37 427 143 43
Binary 1110011 1 10101111 100010 1100011 0 11111 100010111 1100011 100011

Color Harmonies of #7301AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7301AF

Black with #7301AF

Text Example


Text Example

White with #7301AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,1,175); }

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

background-color css

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

 a { background-color: rgb(115,1,175); }

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

border-color css

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

 span { border-color: rgb(115,1,175); }

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