Html Css Color HEX #7036AA Royal Purple

📋 copy color: '#7036AA'

red 112 ◦ green 54 ◦ blue 170

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

Shades of Royal Purple #7036AA

Tints of Royal Purple #7036AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50.6%

R = 33.33%
G = 16.07%
B = 50.6%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7036AA (or 0x7036AA) is known color: Royal Purple. HEX triplet: 70, 36 and AA. RGB value is (112,54,170). Sum of RGB (Red+Green+Blue) = 112+54+170=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #7036AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7036AA is #8FC955. Grayscale: #545454. Windows color (decimal): -9423190 or 11155056. OLE color: 11155056.

HSL color Cylindrical-coordinate representation of color #7036AA: hue angle of 270º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7036AA is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 54 170 -
CMYK 0.34 0.68 0 0.33
HSL 270º 0.52% 0.44% -
HSV(B) 270º 0.68% 0.67% -
XYZ 15.26 8.99 38.96 -
YUV 84.57 176.22 147.57 -
System Red Green Blue C M Y K H S L
Decimal 112 54 170 0.34 0.68 0 0.33 270 0.52 0.44
Hex 70 36 AA 22 44 0 21 10E 34 2C
Octal 160 66 252 42 104 0 41 416 64 54
Binary 1110000 110110 10101010 100010 1000100 0 100001 100001110 110100 101100

Color Harmonies of #7036AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7036AA

Black with #7036AA

Text Example


Text Example

White with #7036AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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