Html Css Color HEX #673894 Royal Purple

📋 copy color: '#673894'

red 103 ◦ green 56 ◦ blue 148

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

Shades of Royal Purple #673894

Tints of Royal Purple #673894

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.24%

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

R = 33.55%
G = 18.24%
B = 48.21%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#673894 (or 0x673894) is known color: Royal Purple. HEX triplet: 67, 38 and 94. RGB value is (103,56,148). Sum of RGB (Red+Green+Blue) = 103+56+148=307 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.55% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 148 (58.20% from 255 or 48.21% from 307); Max value from RGB is 148 - color contains mainly: blue. Hex color #673894 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673894 is #98C76B. Grayscale: #505050. Windows color (decimal): -10012524 or 9713767. OLE color: 9713767.

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

Color convert

RGB 103 56 148 -
CMYK 0.30 0.62 0 0.42
HSL 270.65º 0.45% 0.4% -
HSV(B) 270.65º 0.62% 0.58% -
XYZ 12.35 7.85 28.88 -
YUV 80.54 166.07 144.02 -
System Red Green Blue C M Y K H S L
Decimal 103 56 148 0.30 0.62 0 0.42 270.65 0.45 0.4
Hex 67 38 94 1E 3E 0 2A 10F 2D 28
Octal 147 70 224 36 76 0 52 417 55 50
Binary 1100111 111000 10010100 11110 111110 0 101010 100001111 101101 101000

Color Harmonies of #673894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673894

Black with #673894

Text Example


Text Example

White with #673894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673894; }

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

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

background-color css

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

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

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

border-color css

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

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

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