Html Css Color HEX #73369C Royal Purple

📋 copy color: '#73369C'

red 115 ◦ green 54 ◦ blue 156

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

Shades of Royal Purple #73369C

Tints of Royal Purple #73369C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48%

R = 35.38%
G = 16.62%
B = 48%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#73369C (or 0x73369C) is known color: Royal Purple. HEX triplet: 73, 36 and 9C. RGB value is (115,54,156). Sum of RGB (Red+Green+Blue) = 115+54+156=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #73369C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73369C is #8CC963. Grayscale: #535353. Windows color (decimal): -9226596 or 10237555. OLE color: 10237555.

HSL color Cylindrical-coordinate representation of color #73369C: hue angle of 275.88º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #73369C is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 115 54 156 -
CMYK 0.26 0.65 0 0.39
HSL 275.88º 0.49% 0.41% -
HSV(B) 275.88º 0.65% 0.61% -
XYZ 14.39 8.68 32.37 -
YUV 83.87 168.71 150.21 -
System Red Green Blue C M Y K H S L
Decimal 115 54 156 0.26 0.65 0 0.39 275.88 0.49 0.41
Hex 73 36 9C 1A 41 0 27 114 31 29
Octal 163 66 234 32 101 0 47 424 61 51
Binary 1110011 110110 10011100 11010 1000001 0 100111 100010100 110001 101001

Color Harmonies of #73369C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73369C

Black with #73369C

Text Example


Text Example

White with #73369C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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