Html Css Color HEX #7000AF Dark Violet

📋 copy color: '#7000AF'

red 112 ◦ green 0 ◦ blue 175

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

Shades of Dark Violet #7000AF

Tints of Dark Violet #7000AF

RGB

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

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

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

R = 39.02%
G = 0%
B = 60.98%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7000AF (or 0x7000AF) is known color: Dark Violet. HEX triplet: 70, 00 and AF. RGB value is (112,0,175). Sum of RGB (Red+Green+Blue) = 112+0+175=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 175 (68.75% from 255 or 60.98% from 287); Max value from RGB is 175 - color contains mainly: blue. Hex color #7000AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7000AF is #8FFF50. Grayscale: #343434. Windows color (decimal): -9437009 or 11468912. OLE color: 11468912.

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

Color convert

RGB 112 0 175 -
CMYK 0.36 1 0 0.31
HSL 278.4º 1% 0.34% -
HSV(B) 278.4º 1% 0.69% -
XYZ 14.42 6.54 41.06 -
YUV 53.44 196.61 169.77 -
System Red Green Blue C M Y K H S L
Decimal 112 0 175 0.36 1 0 0.31 278.4 1 0.34
Hex 70 0 AF 24 64 0 1F 116 64 22
Octal 160 0 257 44 144 0 37 426 144 42
Binary 1110000 0 10101111 100100 1100100 0 11111 100010110 1100100 100010

Color Harmonies of #7000AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7000AF

Black with #7000AF

Text Example


Text Example

White with #7000AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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