Html Css Color HEX #673DA1 Royal Purple

📋 copy color: '#673DA1'

red 103 ◦ green 61 ◦ blue 161

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

Shades of Royal Purple #673DA1

Tints of Royal Purple #673DA1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.77%

 BLUE value IS 161 (63.28% from 255) = 49.54%

R = 31.69%
G = 18.77%
B = 49.54%

CMYK

 C value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#673DA1 (or 0x673DA1) is known color: Royal Purple. HEX triplet: 67, 3D and A1. RGB value is (103,61,161). Sum of RGB (Red+Green+Blue) = 103+61+161=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 161 (63.28% from 255 or 49.54% from 325); Max value from RGB is 161 - color contains mainly: blue. Hex color #673DA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673DA1 is #98C25E. Grayscale: #545454. Windows color (decimal): -10011231 or 10567015. OLE color: 10567015.

HSL color Cylindrical-coordinate representation of color #673DA1: hue angle of 265.2º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #673DA1 is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 103 61 161 -
CMYK 0.36 0.62 0 0.37
HSL 265.2º 0.45% 0.44% -
HSV(B) 265.2º 0.62% 0.63% -
XYZ 13.7 8.79 34.69 -
YUV 84.96 170.91 140.87 -
System Red Green Blue C M Y K H S L
Decimal 103 61 161 0.36 0.62 0 0.37 265.2 0.45 0.44
Hex 67 3D A1 24 3E 0 25 109 2D 2C
Octal 147 75 241 44 76 0 45 411 55 54
Binary 1100111 111101 10100001 100100 111110 0 100101 100001001 101101 101100

Color Harmonies of #673DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673DA1

Black with #673DA1

Text Example


Text Example

White with #673DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,61,161); }

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

background-color css

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

 a { background-color: rgb(103,61,161); }

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

border-color css

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

 span { border-color: rgb(103,61,161); }

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