Html Css Color HEX #7031AF Royal Purple

📋 copy color: '#7031AF'

red 112 ◦ green 49 ◦ blue 175

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

Shades of Royal Purple #7031AF

Tints of Royal Purple #7031AF

RGB

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

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

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

R = 33.33%
G = 14.58%
B = 52.08%

CMYK

 C value IS 0.36

 M value IS 0.72

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7031AF (or 0x7031AF) is known color: Royal Purple. HEX triplet: 70, 31 and AF. RGB value is (112,49,175). Sum of RGB (Red+Green+Blue) = 112+49+175=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 175 (68.75% from 255 or 52.08% from 336); Max value from RGB is 175 - color contains mainly: blue. Hex color #7031AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7031AF is #8FCE50. Grayscale: #515151. Windows color (decimal): -9424465 or 11481456. OLE color: 11481456.

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

Color convert

RGB 112 49 175 -
CMYK 0.36 0.72 0 0.31
HSL 270º 0.56% 0.44% -
HSV(B) 270º 0.72% 0.69% -
XYZ 15.52 8.74 41.43 -
YUV 82.2 180.37 149.25 -
System Red Green Blue C M Y K H S L
Decimal 112 49 175 0.36 0.72 0 0.31 270 0.56 0.44
Hex 70 31 AF 24 48 0 1F 10E 38 2C
Octal 160 61 257 44 110 0 37 416 70 54
Binary 1110000 110001 10101111 100100 1001000 0 11111 100001110 111000 101100

Color Harmonies of #7031AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7031AF

Black with #7031AF

Text Example


Text Example

White with #7031AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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