Html Css Color HEX #673359 Palatinate Purple

📋 copy color: '#673359'

red 103 ◦ green 51 ◦ blue 89

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

Shades of Palatinate Purple #673359

Tints of Palatinate Purple #673359

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.99%

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

R = 42.39%
G = 20.99%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.60

RGB Variations

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

Color information

#673359 (or 0x673359) is known color: Palatinate Purple. HEX triplet: 67, 33 and 59. RGB value is (103,51,89). Sum of RGB (Red+Green+Blue) = 103+51+89=243 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.39% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 103 - color contains mainly: red. Hex color #673359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673359 is #98CCA6. Grayscale: #464646. Windows color (decimal): -10013863 or 5845863. OLE color: 5845863.

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

Color convert

RGB 103 51 89 -
CMYK 0 0.50 0.14 0.60
HSL 316.15º 0.34% 0.3% -
HSV(B) 316.15º 0.5% 0.4% -
XYZ 8.58 5.97 10.15 -
YUV 70.88 138.23 150.91 -
System Red Green Blue C M Y K H S L
Decimal 103 51 89 0 0.50 0.14 0.60 316.15 0.34 0.3
Hex 67 33 59 0 32 E 3C 13C 22 1E
Octal 147 63 131 0 62 16 74 474 42 36
Binary 1100111 110011 1011001 0 110010 1110 111100 100111100 100010 11110

Color Harmonies of #673359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673359

Black with #673359

Text Example


Text Example

White with #673359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673359; }

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

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

background-color css

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

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

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

border-color css

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

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

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