Html Css Color HEX #733CAA Royal Purple

📋 copy color: '#733CAA'

red 115 ◦ green 60 ◦ blue 170

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

Shades of Royal Purple #733CAA

Tints of Royal Purple #733CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.39%

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

R = 33.33%
G = 17.39%
B = 49.28%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#733CAA (or 0x733CAA) is known color: Royal Purple. HEX triplet: 73, 3C and AA. RGB value is (115,60,170). Sum of RGB (Red+Green+Blue) = 115+60+170=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #733CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #733CAA is #8CC355. Grayscale: #585858. Windows color (decimal): -9225046 or 11156595. OLE color: 11156595.

HSL color Cylindrical-coordinate representation of color #733CAA: hue angle of 270º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #733CAA is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 60 170 -
CMYK 0.32 0.65 0 0.33
HSL 270º 0.48% 0.45% -
HSV(B) 270º 0.65% 0.67% -
XYZ 15.94 9.78 39.08 -
YUV 88.99 173.72 146.56 -
System Red Green Blue C M Y K H S L
Decimal 115 60 170 0.32 0.65 0 0.33 270 0.48 0.45
Hex 73 3C AA 20 41 0 21 10E 30 2D
Octal 163 74 252 40 101 0 41 416 60 55
Binary 1110011 111100 10101010 100000 1000001 0 100001 100001110 110000 101101

Color Harmonies of #733CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733CAA

Black with #733CAA

Text Example


Text Example

White with #733CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733CAA; }

 p { color: rgb(115,60,170); }

 H1.HeaderClassName
 {
   color: #733CAA;
 }
 .AnyTagClassName
 {
   color: #733CAA;
 }
</style>

background-color css

<style>
 a { background-color: #733CAA; }

 a { background-color: rgb(115,60,170); }

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

border-color css

<style>
 span { border-color: #733CAA; }

 span { border-color: rgb(115,60,170); }

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