Html Css Color HEX #673394 Royal Purple

📋 copy color: '#673394'

red 103 ◦ green 51 ◦ blue 148

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

Shades of Royal Purple #673394

Tints of Royal Purple #673394

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.89%

 BLUE value IS 148 (58.2% from 255) = 49.01%

R = 34.11%
G = 16.89%
B = 49.01%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#673394 (or 0x673394) is known color: Royal Purple. HEX triplet: 67, 33 and 94. RGB value is (103,51,148). Sum of RGB (Red+Green+Blue) = 103+51+148=302 (40% of max value = 765). Red value is 103 (40.62% from 255 or 34.11% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 148 (58.20% from 255 or 49.01% from 302); Max value from RGB is 148 - color contains mainly: blue. Hex color #673394 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673394 is #98CC6B. Grayscale: #4D4D4D. Windows color (decimal): -10013804 or 9712487. OLE color: 9712487.

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

Color convert

RGB 103 51 148 -
CMYK 0.30 0.66 0 0.42
HSL 272.16º 0.49% 0.39% -
HSV(B) 272.16º 0.66% 0.58% -
XYZ 12.12 7.39 28.8 -
YUV 77.61 167.73 146.11 -
System Red Green Blue C M Y K H S L
Decimal 103 51 148 0.30 0.66 0 0.42 272.16 0.49 0.39
Hex 67 33 94 1E 42 0 2A 110 31 27
Octal 147 63 224 36 102 0 52 420 61 47
Binary 1100111 110011 10010100 11110 1000010 0 101010 100010000 110001 100111

Color Harmonies of #673394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673394

Black with #673394

Text Example


Text Example

White with #673394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673394; }

 p { color: rgb(103,51,148); }

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

background-color css

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

 a { background-color: rgb(103,51,148); }

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

border-color css

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

 span { border-color: rgb(103,51,148); }

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