Html Css Color HEX #733AAB Royal Purple

📋 copy color: '#733AAB'

red 115 ◦ green 58 ◦ blue 171

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

Shades of Royal Purple #733AAB

Tints of Royal Purple #733AAB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.86%

 BLUE value IS 171 (67.19% from 255) = 49.71%

R = 33.43%
G = 16.86%
B = 49.71%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#733AAB (or 0x733AAB) is known color: Royal Purple. HEX triplet: 73, 3A and AB. RGB value is (115,58,171). Sum of RGB (Red+Green+Blue) = 115+58+171=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #733AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #733AAB is #8CC554. Grayscale: #575757. Windows color (decimal): -9225557 or 11221619. OLE color: 11221619.

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

Color convert

RGB 115 58 171 -
CMYK 0.33 0.66 0 0.33
HSL 270.27º 0.49% 0.45% -
HSV(B) 270.27º 0.66% 0.67% -
XYZ 15.93 9.61 39.54 -
YUV 87.93 174.88 147.31 -
System Red Green Blue C M Y K H S L
Decimal 115 58 171 0.33 0.66 0 0.33 270.27 0.49 0.45
Hex 73 3A AB 21 42 0 21 10E 31 2D
Octal 163 72 253 41 102 0 41 416 61 55
Binary 1110011 111010 10101011 100001 1000010 0 100001 100001110 110001 101101

Color Harmonies of #733AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733AAB

Black with #733AAB

Text Example


Text Example

White with #733AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,58,171); }

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

background-color css

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

 a { background-color: rgb(115,58,171); }

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

border-color css

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

 span { border-color: rgb(115,58,171); }

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