Html Css Color HEX #672059 Palatinate Purple

📋 copy color: '#672059'

red 103 ◦ green 32 ◦ blue 89

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

Shades of Palatinate Purple #672059

Tints of Palatinate Purple #672059

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.29%

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

R = 45.98%
G = 14.29%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.60

RGB Variations

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

Color information

#672059 (or 0x672059) is known color: Palatinate Purple. HEX triplet: 67, 20 and 59. RGB value is (103,32,89). Sum of RGB (Red+Green+Blue) = 103+32+89=224 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.98% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 103 - color contains mainly: red. Hex color #672059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672059 is #98DFA6. Grayscale: #3B3B3B. Windows color (decimal): -10018727 or 5840999. OLE color: 5840999.

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

Color convert

RGB 103 32 89 -
CMYK 0 0.69 0.14 0.60
HSL 311.83º 0.53% 0.26% -
HSV(B) 311.83º 0.69% 0.4% -
XYZ 7.91 4.64 9.93 -
YUV 59.73 144.52 158.87 -
System Red Green Blue C M Y K H S L
Decimal 103 32 89 0 0.69 0.14 0.60 311.83 0.53 0.26
Hex 67 20 59 0 45 E 3C 138 35 1A
Octal 147 40 131 0 105 16 74 470 65 32
Binary 1100111 100000 1011001 0 1000101 1110 111100 100111000 110101 11010

Color Harmonies of #672059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672059

Black with #672059

Text Example


Text Example

White with #672059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672059; }

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

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

background-color css

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

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

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

border-color css

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

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

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