Html Css Color HEX #673A9D Royal Purple

📋 copy color: '#673A9D'

red 103 ◦ green 58 ◦ blue 157

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

Shades of Royal Purple #673A9D

Tints of Royal Purple #673A9D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.24%

 BLUE value IS 157 (61.72% from 255) = 49.37%

R = 32.39%
G = 18.24%
B = 49.37%

CMYK

 C value IS 0.34

 M value IS 0.63

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#673A9D (or 0x673A9D) is known color: Royal Purple. HEX triplet: 67, 3A and 9D. RGB value is (103,58,157). Sum of RGB (Red+Green+Blue) = 103+58+157=318 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.39% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #673A9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673A9D is #98C562. Grayscale: #525252. Windows color (decimal): -10012003 or 10304103. OLE color: 10304103.

HSL color Cylindrical-coordinate representation of color #673A9D: hue angle of 267.27º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #673A9D is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 103 58 157 -
CMYK 0.34 0.63 0 0.38
HSL 267.27º 0.46% 0.42% -
HSV(B) 267.27º 0.63% 0.62% -
XYZ 13.19 8.34 32.81 -
YUV 82.74 169.91 142.45 -
System Red Green Blue C M Y K H S L
Decimal 103 58 157 0.34 0.63 0 0.38 267.27 0.46 0.42
Hex 67 3A 9D 22 3F 0 26 10B 2E 2A
Octal 147 72 235 42 77 0 46 413 56 52
Binary 1100111 111010 10011101 100010 111111 0 100110 100001011 101110 101010

Color Harmonies of #673A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673A9D

Black with #673A9D

Text Example


Text Example

White with #673A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673A9D; }

 p { color: rgb(103,58,157); }

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

background-color css

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

 a { background-color: rgb(103,58,157); }

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

border-color css

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

 span { border-color: rgb(103,58,157); }

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