Html Css Color HEX #7339AA Royal Purple

📋 copy color: '#7339AA'

red 115 ◦ green 57 ◦ blue 170

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

Shades of Royal Purple #7339AA

Tints of Royal Purple #7339AA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.67%

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

R = 33.63%
G = 16.67%
B = 49.71%

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

#7339AA (or 0x7339AA) is known color: Royal Purple. HEX triplet: 73, 39 and AA. RGB value is (115,57,170). Sum of RGB (Red+Green+Blue) = 115+57+170=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #7339AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7339AA is #8CC655. Grayscale: #565656. Windows color (decimal): -9225814 or 11155827. OLE color: 11155827.

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

Color convert

RGB 115 57 170 -
CMYK 0.32 0.66 0 0.33
HSL 270.8º 0.5% 0.45% -
HSV(B) 270.8º 0.66% 0.67% -
XYZ 15.79 9.47 39.03 -
YUV 87.22 174.72 147.81 -
System Red Green Blue C M Y K H S L
Decimal 115 57 170 0.32 0.66 0 0.33 270.8 0.5 0.45
Hex 73 39 AA 20 42 0 21 10F 32 2D
Octal 163 71 252 40 102 0 41 417 62 55
Binary 1110011 111001 10101010 100000 1000010 0 100001 100001111 110010 101101

Color Harmonies of #7339AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7339AA

Black with #7339AA

Text Example


Text Example

White with #7339AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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