Html Css Color HEX #7333AC Royal Purple

📋 copy color: '#7333AC'

red 115 ◦ green 51 ◦ blue 172

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

Shades of Royal Purple #7333AC

Tints of Royal Purple #7333AC

RGB

 RED value IS 115 (45.31% from 255) = 34.02%

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

 BLUE value IS 172 (67.58% from 255) = 50.89%

R = 34.02%
G = 15.09%
B = 50.89%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7333AC (or 0x7333AC) is known color: Royal Purple. HEX triplet: 73, 33 and AC. RGB value is (115,51,172). Sum of RGB (Red+Green+Blue) = 115+51+172=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #7333AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7333AC is #8CCC53. Grayscale: #535353. Windows color (decimal): -9227348 or 11285363. OLE color: 11285363.

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

Color convert

RGB 115 51 172 -
CMYK 0.33 0.70 0 0.33
HSL 271.74º 0.54% 0.44% -
HSV(B) 271.74º 0.7% 0.67% -
XYZ 15.7 8.99 39.94 -
YUV 83.93 177.7 150.16 -
System Red Green Blue C M Y K H S L
Decimal 115 51 172 0.33 0.70 0 0.33 271.74 0.54 0.44
Hex 73 33 AC 21 46 0 21 110 36 2C
Octal 163 63 254 41 106 0 41 420 66 54
Binary 1110011 110011 10101100 100001 1000110 0 100001 100010000 110110 101100

Color Harmonies of #7333AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7333AC

Black with #7333AC

Text Example


Text Example

White with #7333AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7333AC; }

 p { color: rgb(115,51,172); }

 H1.HeaderClassName
 {
   color: #7333AC;
 }
 .AnyTagClassName
 {
   color: #7333AC;
 }
</style>

background-color css

<style>
 a { background-color: #7333AC; }

 a { background-color: rgb(115,51,172); }

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

border-color css

<style>
 span { border-color: #7333AC; }

 span { border-color: rgb(115,51,172); }

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