Html Css Color HEX #733BA0 Royal Purple

📋 copy color: '#733BA0'

red 115 ◦ green 59 ◦ blue 160

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

Shades of Royal Purple #733BA0

Tints of Royal Purple #733BA0

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.66%

 BLUE value IS 160 (62.89% from 255) = 47.9%

R = 34.43%
G = 17.66%
B = 47.9%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#733BA0 (or 0x733BA0) is known color: Royal Purple. HEX triplet: 73, 3B and A0. RGB value is (115,59,160). Sum of RGB (Red+Green+Blue) = 115+59+160=334 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.43% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 160 (62.89% from 255 or 47.90% from 334); Max value from RGB is 160 - color contains mainly: blue. Hex color #733BA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #733BA0 is #8CC45F. Grayscale: #565656. Windows color (decimal): -9225312 or 10500979. OLE color: 10500979.

HSL color Cylindrical-coordinate representation of color #733BA0: hue angle of 273.27º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #733BA0 is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 115 59 160 -
CMYK 0.28 0.63 0 0.37
HSL 273.27º 0.46% 0.43% -
HSV(B) 273.27º 0.63% 0.63% -
XYZ 14.98 9.31 34.27 -
YUV 87.26 169.05 147.79 -
System Red Green Blue C M Y K H S L
Decimal 115 59 160 0.28 0.63 0 0.37 273.27 0.46 0.43
Hex 73 3B A0 1C 3F 0 25 111 2E 2B
Octal 163 73 240 34 77 0 45 421 56 53
Binary 1110011 111011 10100000 11100 111111 0 100101 100010001 101110 101011

Color Harmonies of #733BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733BA0

Black with #733BA0

Text Example


Text Example

White with #733BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,59,160); }

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

background-color css

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

 a { background-color: rgb(115,59,160); }

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

border-color css

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

 span { border-color: rgb(115,59,160); }

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