Html Css Color HEX #7026AA Royal Purple

📋 copy color: '#7026AA'

red 112 ◦ green 38 ◦ blue 170

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

Shades of Royal Purple #7026AA

Tints of Royal Purple #7026AA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.88%

 BLUE value IS 170 (66.8% from 255) = 53.13%

R = 35%
G = 11.88%
B = 53.13%

CMYK

 C value IS 0.34

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7026AA (or 0x7026AA) is known color: Royal Purple. HEX triplet: 70, 26 and AA. RGB value is (112,38,170). Sum of RGB (Red+Green+Blue) = 112+38+170=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #7026AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7026AA is #8FD955. Grayscale: #4A4A4A. Windows color (decimal): -9427286 or 11150960. OLE color: 11150960.

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

Color convert

RGB 112 38 170 -
CMYK 0.34 0.78 0 0.33
HSL 273.64º 0.63% 0.41% -
HSV(B) 273.64º 0.78% 0.67% -
XYZ 14.63 7.73 38.75 -
YUV 75.17 181.52 154.27 -
System Red Green Blue C M Y K H S L
Decimal 112 38 170 0.34 0.78 0 0.33 273.64 0.63 0.41
Hex 70 26 AA 22 4E 0 21 112 3F 29
Octal 160 46 252 42 116 0 41 422 77 51
Binary 1110000 100110 10101010 100010 1001110 0 100001 100010010 111111 101001

Color Harmonies of #7026AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7026AA

Black with #7026AA

Text Example


Text Example

White with #7026AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7026AA; }

 p { color: rgb(112,38,170); }

 H1.HeaderClassName
 {
   color: #7026AA;
 }
 .AnyTagClassName
 {
   color: #7026AA;
 }
</style>

background-color css

<style>
 a { background-color: #7026AA; }

 a { background-color: rgb(112,38,170); }

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

border-color css

<style>
 span { border-color: #7026AA; }

 span { border-color: rgb(112,38,170); }

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