Html Css Color HEX #7027AB Royal Purple

📋 copy color: '#7027AB'

red 112 ◦ green 39 ◦ blue 171

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

Shades of Royal Purple #7027AB

Tints of Royal Purple #7027AB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.11%

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

R = 34.78%
G = 12.11%
B = 53.11%

CMYK

 C value IS 0.35

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7027AB (or 0x7027AB) is known color: Royal Purple. HEX triplet: 70, 27 and AB. RGB value is (112,39,171). Sum of RGB (Red+Green+Blue) = 112+39+171=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #7027AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7027AB is #8FD854. Grayscale: #4B4B4B. Windows color (decimal): -9427029 or 11216752. OLE color: 11216752.

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

Color convert

RGB 112 39 171 -
CMYK 0.35 0.77 0 0.33
HSL 273.18º 0.63% 0.41% -
HSV(B) 273.18º 0.77% 0.67% -
XYZ 14.76 7.84 39.26 -
YUV 75.88 181.68 153.77 -
System Red Green Blue C M Y K H S L
Decimal 112 39 171 0.35 0.77 0 0.33 273.18 0.63 0.41
Hex 70 27 AB 23 4D 0 21 111 3F 29
Octal 160 47 253 43 115 0 41 421 77 51
Binary 1110000 100111 10101011 100011 1001101 0 100001 100010001 111111 101001

Color Harmonies of #7027AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7027AB

Black with #7027AB

Text Example


Text Example

White with #7027AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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