Html Css Color HEX #7040AB Royal Purple

📋 copy color: '#7040AB'

red 112 ◦ green 64 ◦ blue 171

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

Shades of Royal Purple #7040AB

Tints of Royal Purple #7040AB

RGB

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

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

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

R = 32.28%
G = 18.44%
B = 49.28%

CMYK

 C value IS 0.35

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7040AB (or 0x7040AB) is known color: Royal Purple. HEX triplet: 70, 40 and AB. RGB value is (112,64,171). Sum of RGB (Red+Green+Blue) = 112+64+171=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #7040AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7040AB is #8FBF54. Grayscale: #5A5A5A. Windows color (decimal): -9420629 or 11223152. OLE color: 11223152.

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

Color convert

RGB 112 64 171 -
CMYK 0.35 0.63 0 0.33
HSL 266.92º 0.46% 0.46% -
HSV(B) 266.92º 0.63% 0.67% -
XYZ 15.87 10.05 39.63 -
YUV 90.55 173.4 143.3 -
System Red Green Blue C M Y K H S L
Decimal 112 64 171 0.35 0.63 0 0.33 266.92 0.46 0.46
Hex 70 40 AB 23 3F 0 21 10B 2E 2E
Octal 160 100 253 43 77 0 41 413 56 56
Binary 1110000 1000000 10101011 100011 111111 0 100001 100001011 101110 101110

Color Harmonies of #7040AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7040AB

Black with #7040AB

Text Example


Text Example

White with #7040AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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