Html Css Color HEX #7042AA Royal Purple

📋 copy color: '#7042AA'

red 112 ◦ green 66 ◦ blue 170

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

Shades of Royal Purple #7042AA

Tints of Royal Purple #7042AA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.97%

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

R = 32.18%
G = 18.97%
B = 48.85%

CMYK

 C value IS 0.34

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7042AA (or 0x7042AA) is known color: Royal Purple. HEX triplet: 70, 42 and AA. RGB value is (112,66,170). Sum of RGB (Red+Green+Blue) = 112+66+170=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #7042AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7042AA is #8FBD55. Grayscale: #5B5B5B. Windows color (decimal): -9420118 or 11158128. OLE color: 11158128.

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

Color convert

RGB 112 66 170 -
CMYK 0.34 0.61 0 0.33
HSL 266.54º 0.44% 0.46% -
HSV(B) 266.54º 0.61% 0.67% -
XYZ 15.89 10.24 39.17 -
YUV 91.61 172.24 142.54 -
System Red Green Blue C M Y K H S L
Decimal 112 66 170 0.34 0.61 0 0.33 266.54 0.44 0.46
Hex 70 42 AA 22 3D 0 21 10B 2C 2E
Octal 160 102 252 42 75 0 41 413 54 56
Binary 1110000 1000010 10101010 100010 111101 0 100001 100001011 101100 101110

Color Harmonies of #7042AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7042AA

Black with #7042AA

Text Example


Text Example

White with #7042AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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