Html Css Color HEX #7031A5 Royal Purple

📋 copy color: '#7031A5'

red 112 ◦ green 49 ◦ blue 165

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

Shades of Royal Purple #7031A5

Tints of Royal Purple #7031A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 50.61%

R = 34.36%
G = 15.03%
B = 50.61%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7031A5 (or 0x7031A5) is known color: Royal Purple. HEX triplet: 70, 31 and A5. RGB value is (112,49,165). Sum of RGB (Red+Green+Blue) = 112+49+165=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 165 (64.84% from 255 or 50.61% from 326); Max value from RGB is 165 - color contains mainly: blue. Hex color #7031A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7031A5 is #8FCE5A. Grayscale: #505050. Windows color (decimal): -9424475 or 10826096. OLE color: 10826096.

HSL color Cylindrical-coordinate representation of color #7031A5: hue angle of 272.59º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7031A5 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 112 49 165 -
CMYK 0.32 0.70 0 0.35
HSL 272.59º 0.54% 0.42% -
HSV(B) 272.59º 0.7% 0.65% -
XYZ 14.57 8.36 36.44 -
YUV 81.06 175.37 150.07 -
System Red Green Blue C M Y K H S L
Decimal 112 49 165 0.32 0.70 0 0.35 272.59 0.54 0.42
Hex 70 31 A5 20 46 0 23 111 36 2A
Octal 160 61 245 40 106 0 43 421 66 52
Binary 1110000 110001 10100101 100000 1000110 0 100011 100010001 110110 101010

Color Harmonies of #7031A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7031A5

Black with #7031A5

Text Example


Text Example

White with #7031A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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