Html Css Color HEX #7033AA Royal Purple

📋 copy color: '#7033AA'

red 112 ◦ green 51 ◦ blue 170

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

Shades of Royal Purple #7033AA

Tints of Royal Purple #7033AA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.32%

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

R = 33.63%
G = 15.32%
B = 51.05%

CMYK

 C value IS 0.34

 M value IS 0.7

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7033AA (or 0x7033AA) is known color: Royal Purple. HEX triplet: 70, 33 and AA. RGB value is (112,51,170). Sum of RGB (Red+Green+Blue) = 112+51+170=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #7033AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7033AA is #8FCC55. Grayscale: #525252. Windows color (decimal): -9423958 or 11154288. OLE color: 11154288.

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

Color convert

RGB 112 51 170 -
CMYK 0.34 0.7 0 0.33
HSL 270.76º 0.54% 0.43% -
HSV(B) 270.76º 0.7% 0.67% -
XYZ 15.12 8.71 38.92 -
YUV 82.81 177.21 148.82 -
System Red Green Blue C M Y K H S L
Decimal 112 51 170 0.34 0.7 0 0.33 270.76 0.54 0.43
Hex 70 33 AA 22 46 0 21 10F 36 2B
Octal 160 63 252 42 106 0 41 417 66 53
Binary 1110000 110011 10101010 100010 1000110 0 100001 100001111 110110 101011

Color Harmonies of #7033AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7033AA

Black with #7033AA

Text Example


Text Example

White with #7033AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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