Html Css Color HEX #672C61 Palatinate Purple

📋 copy color: '#672C61'

red 103 ◦ green 44 ◦ blue 97

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

Shades of Palatinate Purple #672C61

Tints of Palatinate Purple #672C61

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.03%

 BLUE value IS 97 (38.28% from 255) = 39.75%

R = 42.21%
G = 18.03%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#672C61 (or 0x672C61) is known color: Palatinate Purple. HEX triplet: 67, 2C and 61. RGB value is (103,44,97). Sum of RGB (Red+Green+Blue) = 103+44+97=244 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.21% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 103 - color contains mainly: red. Hex color #672C61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672C61 is #98D39E. Grayscale: #434343. Windows color (decimal): -10015647 or 6368359. OLE color: 6368359.

HSL color Cylindrical-coordinate representation of color #672C61: hue angle of 306.1º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #672C61 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 44 97 -
CMYK 0 0.57 0.06 0.60
HSL 306.1º 0.4% 0.29% -
HSV(B) 306.1º 0.57% 0.4% -
XYZ 8.65 5.55 11.92 -
YUV 67.68 144.55 153.19 -
System Red Green Blue C M Y K H S L
Decimal 103 44 97 0 0.57 0.06 0.60 306.1 0.4 0.29
Hex 67 2C 61 0 39 6 3C 132 28 1D
Octal 147 54 141 0 71 6 74 462 50 35
Binary 1100111 101100 1100001 0 111001 110 111100 100110010 101000 11101

Color Harmonies of #672C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672C61

Black with #672C61

Text Example


Text Example

White with #672C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672C61; }

 p { color: rgb(103,44,97); }

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

background-color css

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

 a { background-color: rgb(103,44,97); }

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

border-color css

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

 span { border-color: rgb(103,44,97); }

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