Html Css Color HEX #7036AD Royal Purple

📋 copy color: '#7036AD'

red 112 ◦ green 54 ◦ blue 173

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

Shades of Royal Purple #7036AD

Tints of Royal Purple #7036AD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.93%

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

R = 33.04%
G = 15.93%
B = 51.03%

CMYK

 C value IS 0.35

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7036AD (or 0x7036AD) is known color: Royal Purple. HEX triplet: 70, 36 and AD. RGB value is (112,54,173). Sum of RGB (Red+Green+Blue) = 112+54+173=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #7036AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7036AD is #8FC952. Grayscale: #545454. Windows color (decimal): -9423187 or 11351664. OLE color: 11351664.

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

Color convert

RGB 112 54 173 -
CMYK 0.35 0.69 0 0.32
HSL 269.24º 0.52% 0.45% -
HSV(B) 269.24º 0.69% 0.68% -
XYZ 15.54 9.1 40.47 -
YUV 84.91 177.72 147.32 -
System Red Green Blue C M Y K H S L
Decimal 112 54 173 0.35 0.69 0 0.32 269.24 0.52 0.45
Hex 70 36 AD 23 45 0 20 10D 34 2D
Octal 160 66 255 43 105 0 40 415 64 55
Binary 1110000 110110 10101101 100011 1000101 0 100000 100001101 110100 101101

Color Harmonies of #7036AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7036AD

Black with #7036AD

Text Example


Text Example

White with #7036AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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