Html Css Color HEX #7036AB Royal Purple

📋 copy color: '#7036AB'

red 112 ◦ green 54 ◦ blue 171

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

Shades of Royal Purple #7036AB

Tints of Royal Purple #7036AB

RGB

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

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

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

R = 33.23%
G = 16.02%
B = 50.74%

CMYK

 C value IS 0.35

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7036AB (or 0x7036AB) is known color: Royal Purple. HEX triplet: 70, 36 and AB. RGB value is (112,54,171). Sum of RGB (Red+Green+Blue) = 112+54+171=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #7036AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7036AB is #8FC954. Grayscale: #545454. Windows color (decimal): -9423189 or 11220592. OLE color: 11220592.

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

Color convert

RGB 112 54 171 -
CMYK 0.35 0.68 0 0.33
HSL 269.74º 0.52% 0.44% -
HSV(B) 269.74º 0.68% 0.67% -
XYZ 15.35 9.02 39.46 -
YUV 84.68 176.72 147.49 -
System Red Green Blue C M Y K H S L
Decimal 112 54 171 0.35 0.68 0 0.33 269.74 0.52 0.44
Hex 70 36 AB 23 44 0 21 10E 34 2C
Octal 160 66 253 43 104 0 41 416 64 54
Binary 1110000 110110 10101011 100011 1000100 0 100001 100001110 110100 101100

Color Harmonies of #7036AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7036AB

Black with #7036AB

Text Example


Text Example

White with #7036AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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