Html Css Color HEX #733AAA Royal Purple

📋 copy color: '#733AAA'

red 115 ◦ green 58 ◦ blue 170

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

Shades of Royal Purple #733AAA

Tints of Royal Purple #733AAA

RGB

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

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

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

R = 33.53%
G = 16.91%
B = 49.56%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#733AAA (or 0x733AAA) is known color: Royal Purple. HEX triplet: 73, 3A and AA. RGB value is (115,58,170). Sum of RGB (Red+Green+Blue) = 115+58+170=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #733AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #733AAA is #8CC555. Grayscale: #575757. Windows color (decimal): -9225558 or 11156083. OLE color: 11156083.

HSL color Cylindrical-coordinate representation of color #733AAA: hue angle of 270.54º 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 #733AAA is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 58 170 -
CMYK 0.32 0.66 0 0.33
HSL 270.54º 0.49% 0.45% -
HSV(B) 270.54º 0.66% 0.67% -
XYZ 15.84 9.57 39.04 -
YUV 87.81 174.38 147.39 -
System Red Green Blue C M Y K H S L
Decimal 115 58 170 0.32 0.66 0 0.33 270.54 0.49 0.45
Hex 73 3A AA 20 42 0 21 10F 31 2D
Octal 163 72 252 40 102 0 41 417 61 55
Binary 1110011 111010 10101010 100000 1000010 0 100001 100001111 110001 101101

Color Harmonies of #733AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733AAA

Black with #733AAA

Text Example


Text Example

White with #733AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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