Html Css Color HEX #673193 Royal Purple

📋 copy color: '#673193'

red 103 ◦ green 49 ◦ blue 147

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

Shades of Royal Purple #673193

Tints of Royal Purple #673193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 49.16%

R = 34.45%
G = 16.39%
B = 49.16%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#673193 (or 0x673193) is known color: Royal Purple. HEX triplet: 67, 31 and 93. RGB value is (103,49,147). Sum of RGB (Red+Green+Blue) = 103+49+147=299 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.45% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #673193 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673193 is #98CE6C. Grayscale: #4B4B4B. Windows color (decimal): -10014317 or 9646439. OLE color: 9646439.

HSL color Cylindrical-coordinate representation of color #673193: hue angle of 273.06º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #673193 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 49 147 -
CMYK 0.30 0.67 0 0.42
HSL 273.06º 0.5% 0.38% -
HSV(B) 273.06º 0.67% 0.58% -
XYZ 11.96 7.19 28.36 -
YUV 76.32 167.89 147.03 -
System Red Green Blue C M Y K H S L
Decimal 103 49 147 0.30 0.67 0 0.42 273.06 0.5 0.38
Hex 67 31 93 1E 43 0 2A 111 32 26
Octal 147 61 223 36 103 0 52 421 62 46
Binary 1100111 110001 10010011 11110 1000011 0 101010 100010001 110010 100110

Color Harmonies of #673193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673193

Black with #673193

Text Example


Text Example

White with #673193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673193; }

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

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

background-color css

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

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

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

border-color css

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

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

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