Html Css Color HEX #7100AD Dark Violet

📋 copy color: '#7100AD'

red 113 ◦ green 0 ◦ blue 173

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

Shades of Dark Violet #7100AD

Tints of Dark Violet #7100AD

RGB

 RED value IS 113 (44.53% from 255) = 39.51%

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

 BLUE value IS 173 (67.97% from 255) = 60.49%

R = 39.51%
G = 0%
B = 60.49%

CMYK

 C value IS 0.35

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7100AD (or 0x7100AD) is known color: Dark Violet. HEX triplet: 71, 00 and AD. RGB value is (113,0,173). Sum of RGB (Red+Green+Blue) = 113+0+173=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 173 (67.97% from 255 or 60.49% from 286); Max value from RGB is 173 - color contains mainly: blue. Hex color #7100AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7100AD is #8EFF52. Grayscale: #343434. Windows color (decimal): -9371475 or 11337841. OLE color: 11337841.

HSL color Cylindrical-coordinate representation of color #7100AD: hue angle of 279.19º 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 #7100AD is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 0 173 -
CMYK 0.35 1 0 0.32
HSL 279.19º 1% 0.34% -
HSV(B) 279.19º 1% 0.68% -
XYZ 14.35 6.53 40.04 -
YUV 53.51 195.44 170.43 -
System Red Green Blue C M Y K H S L
Decimal 113 0 173 0.35 1 0 0.32 279.19 1 0.34
Hex 71 0 AD 23 64 0 20 117 64 22
Octal 161 0 255 43 144 0 40 427 144 42
Binary 1110001 0 10101101 100011 1100100 0 100000 100010111 1100100 100010

Color Harmonies of #7100AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7100AD

Black with #7100AD

Text Example


Text Example

White with #7100AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7100AD; }

 p { color: rgb(113,0,173); }

 H1.HeaderClassName
 {
   color: #7100AD;
 }
 .AnyTagClassName
 {
   color: #7100AD;
 }
</style>

background-color css

<style>
 a { background-color: #7100AD; }

 a { background-color: rgb(113,0,173); }

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

border-color css

<style>
 span { border-color: #7100AD; }

 span { border-color: rgb(113,0,173); }

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