Html Css Color HEX #7042AB Royal Purple

📋 copy color: '#7042AB'

red 112 ◦ green 66 ◦ blue 171

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

Shades of Royal Purple #7042AB

Tints of Royal Purple #7042AB

RGB

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

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

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

R = 32.09%
G = 18.91%
B = 49%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7042AB (or 0x7042AB) is known color: Royal Purple. HEX triplet: 70, 42 and AB. RGB value is (112,66,171). Sum of RGB (Red+Green+Blue) = 112+66+171=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #7042AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7042AB is #8FBD54. Grayscale: #5B5B5B. Windows color (decimal): -9420117 or 11223664. OLE color: 11223664.

HSL color Cylindrical-coordinate representation of color #7042AB: hue angle of 266.29º 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 #7042AB is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 66 171 -
CMYK 0.35 0.61 0 0.33
HSL 266.29º 0.44% 0.46% -
HSV(B) 266.29º 0.61% 0.67% -
XYZ 15.98 10.28 39.67 -
YUV 91.72 172.74 142.46 -
System Red Green Blue C M Y K H S L
Decimal 112 66 171 0.35 0.61 0 0.33 266.29 0.44 0.46
Hex 70 42 AB 23 3D 0 21 10A 2C 2E
Octal 160 102 253 43 75 0 41 412 54 56
Binary 1110000 1000010 10101011 100011 111101 0 100001 100001010 101100 101110

Color Harmonies of #7042AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7042AB

Black with #7042AB

Text Example


Text Example

White with #7042AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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