Html Css Color HEX #673493 Royal Purple

📋 copy color: '#673493'

red 103 ◦ green 52 ◦ blue 147

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

Shades of Royal Purple #673493

Tints of Royal Purple #673493

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.22%

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

R = 34.11%
G = 17.22%
B = 48.68%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#673493 (or 0x673493) is known color: Royal Purple. HEX triplet: 67, 34 and 93. RGB value is (103,52,147). Sum of RGB (Red+Green+Blue) = 103+52+147=302 (40% of max value = 765). Red value is 103 (40.62% from 255 or 34.11% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 147 - color contains mainly: blue. Hex color #673493 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673493 is #98CB6C. Grayscale: #4D4D4D. Windows color (decimal): -10013549 or 9647207. OLE color: 9647207.

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

Color convert

RGB 103 52 147 -
CMYK 0.30 0.65 0 0.42
HSL 272.21º 0.48% 0.39% -
HSV(B) 272.21º 0.65% 0.58% -
XYZ 12.09 7.45 28.4 -
YUV 78.08 166.9 145.78 -
System Red Green Blue C M Y K H S L
Decimal 103 52 147 0.30 0.65 0 0.42 272.21 0.48 0.39
Hex 67 34 93 1E 41 0 2A 110 30 27
Octal 147 64 223 36 101 0 52 420 60 47
Binary 1100111 110100 10010011 11110 1000001 0 101010 100010000 110000 100111

Color Harmonies of #673493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673493

Black with #673493

Text Example


Text Example

White with #673493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673493; }

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

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

background-color css

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

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

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

border-color css

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

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

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