Html Css Color HEX #7041AA Royal Purple

📋 copy color: '#7041AA'

red 112 ◦ green 65 ◦ blue 170

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

Shades of Royal Purple #7041AA

Tints of Royal Purple #7041AA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.73%

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

R = 32.28%
G = 18.73%
B = 48.99%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7041AA (or 0x7041AA) is known color: Royal Purple. HEX triplet: 70, 41 and AA. RGB value is (112,65,170). Sum of RGB (Red+Green+Blue) = 112+65+170=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #7041AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7041AA is #8FBE55. Grayscale: #5A5A5A. Windows color (decimal): -9420374 or 11157872. OLE color: 11157872.

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

Color convert

RGB 112 65 170 -
CMYK 0.34 0.62 0 0.33
HSL 266.86º 0.45% 0.46% -
HSV(B) 266.86º 0.62% 0.67% -
XYZ 15.83 10.13 39.15 -
YUV 91.02 172.57 142.96 -
System Red Green Blue C M Y K H S L
Decimal 112 65 170 0.34 0.62 0 0.33 266.86 0.45 0.46
Hex 70 41 AA 22 3E 0 21 10B 2D 2E
Octal 160 101 252 42 76 0 41 413 55 56
Binary 1110000 1000001 10101010 100010 111110 0 100001 100001011 101101 101110

Color Harmonies of #7041AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7041AA

Black with #7041AA

Text Example


Text Example

White with #7041AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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