Html Css Color HEX #7029AB Royal Purple

📋 copy color: '#7029AB'

red 112 ◦ green 41 ◦ blue 171

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

Shades of Royal Purple #7029AB

Tints of Royal Purple #7029AB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.65%

 BLUE value IS 171 (67.19% from 255) = 52.78%

R = 34.57%
G = 12.65%
B = 52.78%

CMYK

 C value IS 0.35

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7029AB (or 0x7029AB) is known color: Royal Purple. HEX triplet: 70, 29 and AB. RGB value is (112,41,171). Sum of RGB (Red+Green+Blue) = 112+41+171=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #7029AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7029AB is #8FD654. Grayscale: #4C4C4C. Windows color (decimal): -9426517 or 11217264. OLE color: 11217264.

HSL color Cylindrical-coordinate representation of color #7029AB: hue angle of 272.77º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7029AB is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 41 171 -
CMYK 0.35 0.76 0 0.33
HSL 272.77º 0.61% 0.42% -
HSV(B) 272.77º 0.76% 0.67% -
XYZ 14.83 7.97 39.29 -
YUV 77.05 181.02 152.93 -
System Red Green Blue C M Y K H S L
Decimal 112 41 171 0.35 0.76 0 0.33 272.77 0.61 0.42
Hex 70 29 AB 23 4C 0 21 111 3D 2A
Octal 160 51 253 43 114 0 41 421 75 52
Binary 1110000 101001 10101011 100011 1001100 0 100001 100010001 111101 101010

Color Harmonies of #7029AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7029AB

Black with #7029AB

Text Example


Text Example

White with #7029AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7029AB; }

 p { color: rgb(112,41,171); }

 H1.HeaderClassName
 {
   color: #7029AB;
 }
 .AnyTagClassName
 {
   color: #7029AB;
 }
</style>

background-color css

<style>
 a { background-color: #7029AB; }

 a { background-color: rgb(112,41,171); }

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

border-color css

<style>
 span { border-color: #7029AB; }

 span { border-color: rgb(112,41,171); }

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