Html Css Color HEX #73389C Royal Purple

📋 copy color: '#73389C'

red 115 ◦ green 56 ◦ blue 156

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

Shades of Royal Purple #73389C

Tints of Royal Purple #73389C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.13%

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

R = 35.17%
G = 17.13%
B = 47.71%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#73389C (or 0x73389C) is known color: Royal Purple. HEX triplet: 73, 38 and 9C. RGB value is (115,56,156). Sum of RGB (Red+Green+Blue) = 115+56+156=327 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.17% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #73389C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73389C is #8CC763. Grayscale: #545454. Windows color (decimal): -9226084 or 10238067. OLE color: 10238067.

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

Color convert

RGB 115 56 156 -
CMYK 0.26 0.64 0 0.39
HSL 275.4º 0.47% 0.42% -
HSV(B) 275.4º 0.64% 0.61% -
XYZ 14.49 8.87 32.4 -
YUV 85.04 168.05 149.37 -
System Red Green Blue C M Y K H S L
Decimal 115 56 156 0.26 0.64 0 0.39 275.4 0.47 0.42
Hex 73 38 9C 1A 40 0 27 113 2F 2A
Octal 163 70 234 32 100 0 47 423 57 52
Binary 1110011 111000 10011100 11010 1000000 0 100111 100010011 101111 101010

Color Harmonies of #73389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73389C

Black with #73389C

Text Example


Text Example

White with #73389C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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