Html Css Color HEX #7433AA Royal Purple

📋 copy color: '#7433AA'

red 116 ◦ green 51 ◦ blue 170

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

Shades of Royal Purple #7433AA

Tints of Royal Purple #7433AA

RGB

 RED value IS 116 (45.7% from 255) = 34.42%

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

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

R = 34.42%
G = 15.13%
B = 50.45%

CMYK

 C value IS 0.32

 M value IS 0.7

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7433AA (or 0x7433AA) is known color: Royal Purple. HEX triplet: 74, 33 and AA. RGB value is (116,51,170). Sum of RGB (Red+Green+Blue) = 116+51+170=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #7433AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7433AA is #8BCC55. Grayscale: #535353. Windows color (decimal): -9161814 or 11154292. OLE color: 11154292.

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

Color convert

RGB 116 51 170 -
CMYK 0.32 0.7 0 0.33
HSL 272.77º 0.54% 0.43% -
HSV(B) 272.77º 0.7% 0.67% -
XYZ 15.64 8.98 38.94 -
YUV 84 176.53 150.82 -
System Red Green Blue C M Y K H S L
Decimal 116 51 170 0.32 0.7 0 0.33 272.77 0.54 0.43
Hex 74 33 AA 20 46 0 21 111 36 2B
Octal 164 63 252 40 106 0 41 421 66 53
Binary 1110100 110011 10101010 100000 1000110 0 100001 100010001 110110 101011

Color Harmonies of #7433AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7433AA

Black with #7433AA

Text Example


Text Example

White with #7433AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7433AA; }

 p { color: rgb(116,51,170); }

 H1.HeaderClassName
 {
   color: #7433AA;
 }
 .AnyTagClassName
 {
   color: #7433AA;
 }
</style>

background-color css

<style>
 a { background-color: #7433AA; }

 a { background-color: rgb(116,51,170); }

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

border-color css

<style>
 span { border-color: #7433AA; }

 span { border-color: rgb(116,51,170); }

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