Html Css Color HEX #673A60 Palatinate Purple

📋 copy color: '#673A60'

red 103 ◦ green 58 ◦ blue 96

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

Shades of Palatinate Purple #673A60

Tints of Palatinate Purple #673A60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 37.35%

R = 40.08%
G = 22.57%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#673A60 (or 0x673A60) is known color: Palatinate Purple. HEX triplet: 67, 3A and 60. RGB value is (103,58,96). Sum of RGB (Red+Green+Blue) = 103+58+96=257 (34% of max value = 765). Red value is 103 (40.62% from 255 or 40.08% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 103 - color contains mainly: red. Hex color #673A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673A60 is #98C59F. Grayscale: #4B4B4B. Windows color (decimal): -10012064 or 6306407. OLE color: 6306407.

HSL color Cylindrical-coordinate representation of color #673A60: hue angle of 309.33º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #673A60 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 58 96 -
CMYK 0 0.44 0.07 0.60
HSL 309.33º 0.28% 0.32% -
HSV(B) 309.33º 0.44% 0.4% -
XYZ 9.22 6.75 11.88 -
YUV 75.79 139.41 147.41 -
System Red Green Blue C M Y K H S L
Decimal 103 58 96 0 0.44 0.07 0.60 309.33 0.28 0.32
Hex 67 3A 60 0 2C 7 3C 135 1C 20
Octal 147 72 140 0 54 7 74 465 34 40
Binary 1100111 111010 1100000 0 101100 111 111100 100110101 11100 100000

Color Harmonies of #673A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673A60

Black with #673A60

Text Example


Text Example

White with #673A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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