Html Css Color HEX #73389B Royal Purple

📋 copy color: '#73389B'

red 115 ◦ green 56 ◦ blue 155

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

Shades of Royal Purple #73389B

Tints of Royal Purple #73389B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.55%

R = 35.28%
G = 17.18%
B = 47.55%

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

#73389B (or 0x73389B) is known color: Royal Purple. HEX triplet: 73, 38 and 9B. RGB value is (115,56,155). Sum of RGB (Red+Green+Blue) = 115+56+155=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #73389B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73389B is #8CC764. Grayscale: #545454. Windows color (decimal): -9226085 or 10172531. OLE color: 10172531.

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

Color convert

RGB 115 56 155 -
CMYK 0.26 0.64 0 0.39
HSL 275.76º 0.47% 0.41% -
HSV(B) 275.76º 0.64% 0.61% -
XYZ 14.4 8.84 31.96 -
YUV 84.93 167.55 149.45 -
System Red Green Blue C M Y K H S L
Decimal 115 56 155 0.26 0.64 0 0.39 275.76 0.47 0.41
Hex 73 38 9B 1A 40 0 27 114 2F 29
Octal 163 70 233 32 100 0 47 424 57 51
Binary 1110011 111000 10011011 11010 1000000 0 100111 100010100 101111 101001

Color Harmonies of #73389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73389B

Black with #73389B

Text Example


Text Example

White with #73389B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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