Html Css Color HEX #7042AD Royal Purple

📋 copy color: '#7042AD'

red 112 ◦ green 66 ◦ blue 173

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

Shades of Royal Purple #7042AD

Tints of Royal Purple #7042AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 49.29%

R = 31.91%
G = 18.8%
B = 49.29%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7042AD (or 0x7042AD) is known color: Royal Purple. HEX triplet: 70, 42 and AD. RGB value is (112,66,173). Sum of RGB (Red+Green+Blue) = 112+66+173=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #7042AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7042AD is #8FBD52. Grayscale: #5B5B5B. Windows color (decimal): -9420115 or 11354736. OLE color: 11354736.

HSL color Cylindrical-coordinate representation of color #7042AD: hue angle of 265.79º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7042AD is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 66 173 -
CMYK 0.35 0.62 0 0.32
HSL 265.79º 0.45% 0.47% -
HSV(B) 265.79º 0.62% 0.68% -
XYZ 16.17 10.36 40.68 -
YUV 91.95 173.74 142.3 -
System Red Green Blue C M Y K H S L
Decimal 112 66 173 0.35 0.62 0 0.32 265.79 0.45 0.47
Hex 70 42 AD 23 3E 0 20 10A 2D 2F
Octal 160 102 255 43 76 0 40 412 55 57
Binary 1110000 1000010 10101101 100011 111110 0 100000 100001010 101101 101111

Color Harmonies of #7042AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7042AD

Black with #7042AD

Text Example


Text Example

White with #7042AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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