Html Css Color HEX #7031AD Royal Purple

📋 copy color: '#7031AD'

red 112 ◦ green 49 ◦ blue 173

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

Shades of Royal Purple #7031AD

Tints of Royal Purple #7031AD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.67%

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

R = 33.53%
G = 14.67%
B = 51.8%

CMYK

 C value IS 0.35

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7031AD (or 0x7031AD) is known color: Royal Purple. HEX triplet: 70, 31 and AD. RGB value is (112,49,173). Sum of RGB (Red+Green+Blue) = 112+49+173=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #7031AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7031AD is #8FCE52. Grayscale: #515151. Windows color (decimal): -9424467 or 11350384. OLE color: 11350384.

HSL color Cylindrical-coordinate representation of color #7031AD: hue angle of 270.48º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7031AD is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 49 173 -
CMYK 0.35 0.72 0 0.32
HSL 270.48º 0.56% 0.44% -
HSV(B) 270.48º 0.72% 0.68% -
XYZ 15.32 8.66 40.4 -
YUV 81.97 179.37 149.42 -
System Red Green Blue C M Y K H S L
Decimal 112 49 173 0.35 0.72 0 0.32 270.48 0.56 0.44
Hex 70 31 AD 23 48 0 20 10E 38 2C
Octal 160 61 255 43 110 0 40 416 70 54
Binary 1110000 110001 10101101 100011 1001000 0 100000 100001110 111000 101100

Color Harmonies of #7031AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7031AD

Black with #7031AD

Text Example


Text Example

White with #7031AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,49,173); }

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

background-color css

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

 a { background-color: rgb(112,49,173); }

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

border-color css

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

 span { border-color: rgb(112,49,173); }

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