Html Css Color HEX #673195 Royal Purple

📋 copy color: '#673195'

red 103 ◦ green 49 ◦ blue 149

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

Shades of Royal Purple #673195

Tints of Royal Purple #673195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.5%

R = 34.22%
G = 16.28%
B = 49.5%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#673195 (or 0x673195) is known color: Royal Purple. HEX triplet: 67, 31 and 95. RGB value is (103,49,149). Sum of RGB (Red+Green+Blue) = 103+49+149=301 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.22% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #673195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673195 is #98CE6A. Grayscale: #4C4C4C. Windows color (decimal): -10014315 or 9777511. OLE color: 9777511.

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

Color convert

RGB 103 49 149 -
CMYK 0.31 0.67 0 0.42
HSL 272.4º 0.51% 0.39% -
HSV(B) 272.4º 0.67% 0.58% -
XYZ 12.12 7.25 29.19 -
YUV 76.55 168.89 146.87 -
System Red Green Blue C M Y K H S L
Decimal 103 49 149 0.31 0.67 0 0.42 272.4 0.51 0.39
Hex 67 31 95 1F 43 0 2A 110 33 27
Octal 147 61 225 37 103 0 52 420 63 47
Binary 1100111 110001 10010101 11111 1000011 0 101010 100010000 110011 100111

Color Harmonies of #673195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673195

Black with #673195

Text Example


Text Example

White with #673195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673195; }

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

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

background-color css

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

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

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

border-color css

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

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

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