Html Css Color HEX #672161 Palatinate Purple

📋 copy color: '#672161'

red 103 ◦ green 33 ◦ blue 97

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

Shades of Palatinate Purple #672161

Tints of Palatinate Purple #672161

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.16%

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

R = 44.21%
G = 14.16%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#672161 (or 0x672161) is known color: Palatinate Purple. HEX triplet: 67, 21 and 61. RGB value is (103,33,97). Sum of RGB (Red+Green+Blue) = 103+33+97=233 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.21% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 103 - color contains mainly: red. Hex color #672161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672161 is #98DE9E. Grayscale: #3D3D3D. Windows color (decimal): -10018463 or 6365543. OLE color: 6365543.

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

Color convert

RGB 103 33 97 -
CMYK 0 0.68 0.06 0.60
HSL 305.14º 0.51% 0.27% -
HSV(B) 305.14º 0.68% 0.4% -
XYZ 8.3 4.83 11.81 -
YUV 61.23 148.19 157.8 -
System Red Green Blue C M Y K H S L
Decimal 103 33 97 0 0.68 0.06 0.60 305.14 0.51 0.27
Hex 67 21 61 0 44 6 3C 131 33 1B
Octal 147 41 141 0 104 6 74 461 63 33
Binary 1100111 100001 1100001 0 1000100 110 111100 100110001 110011 11011

Color Harmonies of #672161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672161

Black with #672161

Text Example


Text Example

White with #672161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672161; }

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

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

background-color css

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

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

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

border-color css

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

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

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