Html Css Color HEX #7037AA Royal Purple

📋 copy color: '#7037AA'

red 112 ◦ green 55 ◦ blue 170

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

Shades of Royal Purple #7037AA

Tints of Royal Purple #7037AA

RGB

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

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

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

R = 33.23%
G = 16.32%
B = 50.45%

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

#7037AA (or 0x7037AA) is known color: Royal Purple. HEX triplet: 70, 37 and AA. RGB value is (112,55,170). Sum of RGB (Red+Green+Blue) = 112+55+170=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #7037AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7037AA is #8FC855. Grayscale: #545454. Windows color (decimal): -9422934 or 11155312. OLE color: 11155312.

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

Color convert

RGB 112 55 170 -
CMYK 0.34 0.68 0 0.33
HSL 269.74º 0.51% 0.44% -
HSV(B) 269.74º 0.68% 0.67% -
XYZ 15.3 9.08 38.98 -
YUV 85.15 175.88 147.15 -
System Red Green Blue C M Y K H S L
Decimal 112 55 170 0.34 0.68 0 0.33 269.74 0.51 0.44
Hex 70 37 AA 22 44 0 21 10E 33 2C
Octal 160 67 252 42 104 0 41 416 63 54
Binary 1110000 110111 10101010 100010 1000100 0 100001 100001110 110011 101100

Color Harmonies of #7037AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7037AA

Black with #7037AA

Text Example


Text Example

White with #7037AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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