Html Css Color HEX #673059 Palatinate Purple

📋 copy color: '#673059'

red 103 ◦ green 48 ◦ blue 89

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

Shades of Palatinate Purple #673059

Tints of Palatinate Purple #673059

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20%

 BLUE value IS 89 (35.16% from 255) = 37.08%

R = 42.92%
G = 20%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.60

RGB Variations

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

Color information

#673059 (or 0x673059) is known color: Palatinate Purple. HEX triplet: 67, 30 and 59. RGB value is (103,48,89). Sum of RGB (Red+Green+Blue) = 103+48+89=240 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.92% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 103 - color contains mainly: red. Hex color #673059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673059 is #98CFA6. Grayscale: #454545. Windows color (decimal): -10014631 or 5845095. OLE color: 5845095.

HSL color Cylindrical-coordinate representation of color #673059: hue angle of 315.27º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #673059 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 48 89 -
CMYK 0 0.53 0.14 0.60
HSL 315.27º 0.36% 0.3% -
HSV(B) 315.27º 0.53% 0.4% -
XYZ 8.45 5.72 10.11 -
YUV 69.12 139.22 152.17 -
System Red Green Blue C M Y K H S L
Decimal 103 48 89 0 0.53 0.14 0.60 315.27 0.36 0.3
Hex 67 30 59 0 35 E 3C 13B 24 1E
Octal 147 60 131 0 65 16 74 473 44 36
Binary 1100111 110000 1011001 0 110101 1110 111100 100111011 100100 11110

Color Harmonies of #673059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673059

Black with #673059

Text Example


Text Example

White with #673059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673059; }

 p { color: rgb(103,48,89); }

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

background-color css

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

 a { background-color: rgb(103,48,89); }

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

border-color css

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

 span { border-color: rgb(103,48,89); }

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