Html Css Color HEX #673191 Royal Purple

📋 copy color: '#673191'

red 103 ◦ green 49 ◦ blue 145

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

Shades of Royal Purple #673191

Tints of Royal Purple #673191

RGB

 RED value IS 103 (40.63% from 255) = 34.68%

 GREEN value IS 49 (19.53% from 255) = 16.5%

 BLUE value IS 145 (57.03% from 255) = 48.82%

R = 34.68%
G = 16.5%
B = 48.82%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#673191 (or 0x673191) is known color: Royal Purple. HEX triplet: 67, 31 and 91. RGB value is (103,49,145). Sum of RGB (Red+Green+Blue) = 103+49+145=297 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.68% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 145 - color contains mainly: blue. Hex color #673191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673191 is #98CE6E. Grayscale: #4B4B4B. Windows color (decimal): -10014319 or 9515367. OLE color: 9515367.

HSL color Cylindrical-coordinate representation of color #673191: hue angle of 273.75º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #673191 is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 103 49 145 -
CMYK 0.29 0.66 0 0.43
HSL 273.75º 0.49% 0.38% -
HSV(B) 273.75º 0.66% 0.57% -
XYZ 11.8 7.12 27.54 -
YUV 76.09 166.89 147.19 -
System Red Green Blue C M Y K H S L
Decimal 103 49 145 0.29 0.66 0 0.43 273.75 0.49 0.38
Hex 67 31 91 1D 42 0 2B 112 31 26
Octal 147 61 221 35 102 0 53 422 61 46
Binary 1100111 110001 10010001 11101 1000010 0 101011 100010010 110001 100110

Color Harmonies of #673191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673191

Black with #673191

Text Example


Text Example

White with #673191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673191; }

 p { color: rgb(103,49,145); }

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

background-color css

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

 a { background-color: rgb(103,49,145); }

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

border-color css

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

 span { border-color: rgb(103,49,145); }

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