Html Css Color HEX #7040AE Royal Purple

📋 copy color: '#7040AE'

red 112 ◦ green 64 ◦ blue 174

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

Shades of Royal Purple #7040AE

Tints of Royal Purple #7040AE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.29%

 BLUE value IS 174 (68.36% from 255) = 49.71%

R = 32%
G = 18.29%
B = 49.71%

CMYK

 C value IS 0.36

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7040AE (or 0x7040AE) is known color: Royal Purple. HEX triplet: 70, 40 and AE. RGB value is (112,64,174). Sum of RGB (Red+Green+Blue) = 112+64+174=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #7040AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7040AE is #8FBF51. Grayscale: #5A5A5A. Windows color (decimal): -9420626 or 11419760. OLE color: 11419760.

HSL color Cylindrical-coordinate representation of color #7040AE: hue angle of 266.18º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7040AE is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 64 174 -
CMYK 0.36 0.63 0 0.32
HSL 266.18º 0.46% 0.47% -
HSV(B) 266.18º 0.63% 0.68% -
XYZ 16.16 10.17 41.16 -
YUV 90.89 174.9 143.06 -
System Red Green Blue C M Y K H S L
Decimal 112 64 174 0.36 0.63 0 0.32 266.18 0.46 0.47
Hex 70 40 AE 24 3F 0 20 10A 2E 2F
Octal 160 100 256 44 77 0 40 412 56 57
Binary 1110000 1000000 10101110 100100 111111 0 100000 100001010 101110 101111

Color Harmonies of #7040AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7040AE

Black with #7040AE

Text Example


Text Example

White with #7040AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7040AE; }

 p { color: rgb(112,64,174); }

 H1.HeaderClassName
 {
   color: #7040AE;
 }
 .AnyTagClassName
 {
   color: #7040AE;
 }
</style>

background-color css

<style>
 a { background-color: #7040AE; }

 a { background-color: rgb(112,64,174); }

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

border-color css

<style>
 span { border-color: #7040AE; }

 span { border-color: rgb(112,64,174); }

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