Html Css Color HEX #73309F Royal Purple

📋 copy color: '#73309F'

red 115 ◦ green 48 ◦ blue 159

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

Shades of Royal Purple #73309F

Tints of Royal Purple #73309F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.91%

 BLUE value IS 159 (62.5% from 255) = 49.38%

R = 35.71%
G = 14.91%
B = 49.38%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73309F (or 0x73309F) is known color: Royal Purple. HEX triplet: 73, 30 and 9F. RGB value is (115,48,159). Sum of RGB (Red+Green+Blue) = 115+48+159=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 159 (62.5% from 255 or 49.38% from 322); Max value from RGB is 159 - color contains mainly: blue. Hex color #73309F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73309F is #8CCF60. Grayscale: #505050. Windows color (decimal): -9228129 or 10432627. OLE color: 10432627.

HSL color Cylindrical-coordinate representation of color #73309F: hue angle of 276.22º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73309F is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 48 159 -
CMYK 0.28 0.70 0 0.38
HSL 276.22º 0.54% 0.41% -
HSV(B) 276.22º 0.7% 0.62% -
XYZ 14.39 8.26 33.64 -
YUV 80.69 172.2 152.47 -
System Red Green Blue C M Y K H S L
Decimal 115 48 159 0.28 0.70 0 0.38 276.22 0.54 0.41
Hex 73 30 9F 1C 46 0 26 114 36 29
Octal 163 60 237 34 106 0 46 424 66 51
Binary 1110011 110000 10011111 11100 1000110 0 100110 100010100 110110 101001

Color Harmonies of #73309F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73309F

Black with #73309F

Text Example


Text Example

White with #73309F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73309F; }

 p { color: rgb(115,48,159); }

 H1.HeaderClassName
 {
   color: #73309F;
 }
 .AnyTagClassName
 {
   color: #73309F;
 }
</style>

background-color css

<style>
 a { background-color: #73309F; }

 a { background-color: rgb(115,48,159); }

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

border-color css

<style>
 span { border-color: #73309F; }

 span { border-color: rgb(115,48,159); }

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