Html Css Color HEX #7000AE Dark Violet

📋 copy color: '#7000AE'

red 112 ◦ green 0 ◦ blue 174

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

Shades of Dark Violet #7000AE

Tints of Dark Violet #7000AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 60.84%

R = 39.16%
G = 0%
B = 60.84%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7000AE (or 0x7000AE) is known color: Dark Violet. HEX triplet: 70, 00 and AE. RGB value is (112,0,174). Sum of RGB (Red+Green+Blue) = 112+0+174=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 174 (68.36% from 255 or 60.84% from 286); Max value from RGB is 174 - color contains mainly: blue. Hex color #7000AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7000AE is #8FFF51. Grayscale: #343434. Windows color (decimal): -9437010 or 11403376. OLE color: 11403376.

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

Color convert

RGB 112 0 174 -
CMYK 0.36 1 0 0.32
HSL 278.62º 1% 0.34% -
HSV(B) 278.62º 1% 0.68% -
XYZ 14.32 6.5 40.54 -
YUV 53.32 196.11 169.85 -
System Red Green Blue C M Y K H S L
Decimal 112 0 174 0.36 1 0 0.32 278.62 1 0.34
Hex 70 0 AE 24 64 0 20 117 64 22
Octal 160 0 256 44 144 0 40 427 144 42
Binary 1110000 0 10101110 100100 1100100 0 100000 100010111 1100100 100010

Color Harmonies of #7000AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7000AE

Black with #7000AE

Text Example


Text Example

White with #7000AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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