Html Css Color HEX #7337AE Royal Purple

📋 copy color: '#7337AE'

red 115 ◦ green 55 ◦ blue 174

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

Shades of Royal Purple #7337AE

Tints of Royal Purple #7337AE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.99%

 BLUE value IS 174 (68.36% from 255) = 50.58%

R = 33.43%
G = 15.99%
B = 50.58%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7337AE (or 0x7337AE) is known color: Royal Purple. HEX triplet: 73, 37 and AE. RGB value is (115,55,174). Sum of RGB (Red+Green+Blue) = 115+55+174=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 174 (68.36% from 255 or 50.58% from 344); Max value from RGB is 174 - color contains mainly: blue. Hex color #7337AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7337AE is #8CC851. Grayscale: #565656. Windows color (decimal): -9226322 or 11417459. OLE color: 11417459.

HSL color Cylindrical-coordinate representation of color #7337AE: hue angle of 270.25º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7337AE is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 115 55 174 -
CMYK 0.34 0.68 0 0.32
HSL 270.25º 0.52% 0.45% -
HSV(B) 270.25º 0.68% 0.68% -
XYZ 16.08 9.43 41.02 -
YUV 86.51 177.38 148.32 -
System Red Green Blue C M Y K H S L
Decimal 115 55 174 0.34 0.68 0 0.32 270.25 0.52 0.45
Hex 73 37 AE 22 44 0 20 10E 34 2D
Octal 163 67 256 42 104 0 40 416 64 55
Binary 1110011 110111 10101110 100010 1000100 0 100000 100001110 110100 101101

Color Harmonies of #7337AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7337AE

Black with #7337AE

Text Example


Text Example

White with #7337AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7337AE; }

 p { color: rgb(115,55,174); }

 H1.HeaderClassName
 {
   color: #7337AE;
 }
 .AnyTagClassName
 {
   color: #7337AE;
 }
</style>

background-color css

<style>
 a { background-color: #7337AE; }

 a { background-color: rgb(115,55,174); }

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

border-color css

<style>
 span { border-color: #7337AE; }

 span { border-color: rgb(115,55,174); }

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