Html Css Color HEX #673D60 Palatinate Purple

📋 copy color: '#673D60'

red 103 ◦ green 61 ◦ blue 96

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

Shades of Palatinate Purple #673D60

Tints of Palatinate Purple #673D60

RGB

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

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

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

R = 39.62%
G = 23.46%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#673D60 (or 0x673D60) is known color: Palatinate Purple. HEX triplet: 67, 3D and 60. RGB value is (103,61,96). Sum of RGB (Red+Green+Blue) = 103+61+96=260 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.62% from 260); Green value is 61 (24.22% from 255 or 23.46% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 103 - color contains mainly: red. Hex color #673D60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673D60 is #98C29F. Grayscale: #4D4D4D. Windows color (decimal): -10011296 or 6307175. OLE color: 6307175.

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

Color convert

RGB 103 61 96 -
CMYK 0 0.41 0.07 0.60
HSL 310º 0.26% 0.32% -
HSV(B) 310º 0.41% 0.4% -
XYZ 9.37 7.07 11.94 -
YUV 77.55 138.41 146.15 -
System Red Green Blue C M Y K H S L
Decimal 103 61 96 0 0.41 0.07 0.60 310 0.26 0.32
Hex 67 3D 60 0 29 7 3C 136 1A 20
Octal 147 75 140 0 51 7 74 466 32 40
Binary 1100111 111101 1100000 0 101001 111 111100 100110110 11010 100000

Color Harmonies of #673D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673D60

Black with #673D60

Text Example


Text Example

White with #673D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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