Html Css Color HEX #7037AB Royal Purple

📋 copy color: '#7037AB'

red 112 ◦ green 55 ◦ blue 171

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

Shades of Royal Purple #7037AB

Tints of Royal Purple #7037AB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.27%

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

R = 33.14%
G = 16.27%
B = 50.59%

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

#7037AB (or 0x7037AB) is known color: Royal Purple. HEX triplet: 70, 37 and AB. RGB value is (112,55,171). Sum of RGB (Red+Green+Blue) = 112+55+171=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #7037AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7037AB is #8FC854. Grayscale: #545454. Windows color (decimal): -9422933 or 11220848. OLE color: 11220848.

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

Color convert

RGB 112 55 171 -
CMYK 0.35 0.68 0 0.33
HSL 269.48º 0.51% 0.44% -
HSV(B) 269.48º 0.68% 0.67% -
XYZ 15.4 9.12 39.48 -
YUV 85.27 176.38 147.07 -
System Red Green Blue C M Y K H S L
Decimal 112 55 171 0.35 0.68 0 0.33 269.48 0.51 0.44
Hex 70 37 AB 23 44 0 21 10D 33 2C
Octal 160 67 253 43 104 0 41 415 63 54
Binary 1110000 110111 10101011 100011 1000100 0 100001 100001101 110011 101100

Color Harmonies of #7037AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7037AB

Black with #7037AB

Text Example


Text Example

White with #7037AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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