Html Css Color HEX #73379C Royal Purple

📋 copy color: '#73379C'

red 115 ◦ green 55 ◦ blue 156

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

Shades of Royal Purple #73379C

Tints of Royal Purple #73379C

RGB

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

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

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

R = 35.28%
G = 16.87%
B = 47.85%

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

#73379C (or 0x73379C) is known color: Royal Purple. HEX triplet: 73, 37 and 9C. RGB value is (115,55,156). Sum of RGB (Red+Green+Blue) = 115+55+156=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #73379C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73379C is #8CC863. Grayscale: #545454. Windows color (decimal): -9226340 or 10237811. OLE color: 10237811.

HSL color Cylindrical-coordinate representation of color #73379C: hue angle of 275.64º degrees, saturation: 0.48, 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 #73379C is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 115 55 156 -
CMYK 0.26 0.65 0 0.39
HSL 275.64º 0.48% 0.41% -
HSV(B) 275.64º 0.65% 0.61% -
XYZ 14.44 8.78 32.39 -
YUV 84.45 168.38 149.79 -
System Red Green Blue C M Y K H S L
Decimal 115 55 156 0.26 0.65 0 0.39 275.64 0.48 0.41
Hex 73 37 9C 1A 41 0 27 114 30 29
Octal 163 67 234 32 101 0 47 424 60 51
Binary 1110011 110111 10011100 11010 1000001 0 100111 100010100 110000 101001

Color Harmonies of #73379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73379C

Black with #73379C

Text Example


Text Example

White with #73379C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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