Html Css Color HEX #73369A Royal Purple

📋 copy color: '#73369A'

red 115 ◦ green 54 ◦ blue 154

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

Shades of Royal Purple #73369A

Tints of Royal Purple #73369A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.72%

 BLUE value IS 154 (60.55% from 255) = 47.68%

R = 35.6%
G = 16.72%
B = 47.68%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#73369A (or 0x73369A) is known color: Royal Purple. HEX triplet: 73, 36 and 9A. RGB value is (115,54,154). Sum of RGB (Red+Green+Blue) = 115+54+154=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 154 - color contains mainly: blue. Hex color #73369A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73369A is #8CC965. Grayscale: #535353. Windows color (decimal): -9226598 or 10106483. OLE color: 10106483.

HSL color Cylindrical-coordinate representation of color #73369A: hue angle of 276.6º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #73369A is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 115 54 154 -
CMYK 0.25 0.65 0 0.40
HSL 276.6º 0.48% 0.41% -
HSV(B) 276.6º 0.65% 0.6% -
XYZ 14.22 8.62 31.49 -
YUV 83.64 167.71 150.37 -
System Red Green Blue C M Y K H S L
Decimal 115 54 154 0.25 0.65 0 0.40 276.6 0.48 0.41
Hex 73 36 9A 19 41 0 28 115 30 29
Octal 163 66 232 31 101 0 50 425 60 51
Binary 1110011 110110 10011010 11001 1000001 0 101000 100010101 110000 101001

Color Harmonies of #73369A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73369A

Black with #73369A

Text Example


Text Example

White with #73369A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73369A; }

 p { color: rgb(115,54,154); }

 H1.HeaderClassName
 {
   color: #73369A;
 }
 .AnyTagClassName
 {
   color: #73369A;
 }
</style>

background-color css

<style>
 a { background-color: #73369A; }

 a { background-color: rgb(115,54,154); }

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

border-color css

<style>
 span { border-color: #73369A; }

 span { border-color: rgb(115,54,154); }

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