Html Css Color HEX #73299E Royal Purple

📋 copy color: '#73299E'

red 115 ◦ green 41 ◦ blue 158

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

Shades of Royal Purple #73299E

Tints of Royal Purple #73299E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.06%

 BLUE value IS 158 (62.11% from 255) = 50.32%

R = 36.62%
G = 13.06%
B = 50.32%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73299E (or 0x73299E) is known color: Royal Purple. HEX triplet: 73, 29 and 9E. RGB value is (115,41,158). Sum of RGB (Red+Green+Blue) = 115+41+158=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #73299E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73299E is #8CD661. Grayscale: #4C4C4C. Windows color (decimal): -9229922 or 10365299. OLE color: 10365299.

HSL color Cylindrical-coordinate representation of color #73299E: hue angle of 277.95º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #73299E is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 41 158 -
CMYK 0.27 0.74 0 0.38
HSL 277.95º 0.59% 0.39% -
HSV(B) 277.95º 0.74% 0.62% -
XYZ 14.03 7.7 33.09 -
YUV 76.46 174.02 155.49 -
System Red Green Blue C M Y K H S L
Decimal 115 41 158 0.27 0.74 0 0.38 277.95 0.59 0.39
Hex 73 29 9E 1B 4A 0 26 116 3B 27
Octal 163 51 236 33 112 0 46 426 73 47
Binary 1110011 101001 10011110 11011 1001010 0 100110 100010110 111011 100111

Color Harmonies of #73299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73299E

Black with #73299E

Text Example


Text Example

White with #73299E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73299E; }

 p { color: rgb(115,41,158); }

 H1.HeaderClassName
 {
   color: #73299E;
 }
 .AnyTagClassName
 {
   color: #73299E;
 }
</style>

background-color css

<style>
 a { background-color: #73299E; }

 a { background-color: rgb(115,41,158); }

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

border-color css

<style>
 span { border-color: #73299E; }

 span { border-color: rgb(115,41,158); }

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