Html Css Color HEX #7001AF Dark Violet

📋 copy color: '#7001AF'

red 112 ◦ green 1 ◦ blue 175

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

Shades of Dark Violet #7001AF

Tints of Dark Violet #7001AF

RGB

 RED value IS 112 (44.14% from 255) = 38.89%

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

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

R = 38.89%
G = 0.35%
B = 60.76%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7001AF (or 0x7001AF) is known color: Dark Violet. HEX triplet: 70, 01 and AF. RGB value is (112,1,175). Sum of RGB (Red+Green+Blue) = 112+1+175=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 175 (68.75% from 255 or 60.76% from 288); Max value from RGB is 175 - color contains mainly: blue. Hex color #7001AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7001AF is #8FFE50. Grayscale: #353535. Windows color (decimal): -9436753 or 11469168. OLE color: 11469168.

HSL color Cylindrical-coordinate representation of color #7001AF: hue angle of 278.28º 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 #7001AF is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 1 175 -
CMYK 0.36 0.99 0 0.31
HSL 278.28º 0.99% 0.35% -
HSV(B) 278.28º 0.99% 0.69% -
XYZ 14.43 6.56 41.06 -
YUV 54.03 196.27 169.35 -
System Red Green Blue C M Y K H S L
Decimal 112 1 175 0.36 0.99 0 0.31 278.28 0.99 0.35
Hex 70 1 AF 24 63 0 1F 116 63 23
Octal 160 1 257 44 143 0 37 426 143 43
Binary 1110000 1 10101111 100100 1100011 0 11111 100010110 1100011 100011

Color Harmonies of #7001AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7001AF

Black with #7001AF

Text Example


Text Example

White with #7001AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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