Html Css Color HEX #672164 Palatinate Purple

📋 copy color: '#672164'

red 103 ◦ green 33 ◦ blue 100

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

Shades of Palatinate Purple #672164

Tints of Palatinate Purple #672164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 42.37%

R = 43.64%
G = 13.98%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.60

RGB Variations

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

Color information

#672164 (or 0x672164) is known color: Palatinate Purple. HEX triplet: 67, 21 and 64. RGB value is (103,33,100). Sum of RGB (Red+Green+Blue) = 103+33+100=236 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.64% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 100 (39.45% from 255 or 42.37% from 236); Max value from RGB is 103 - color contains mainly: red. Hex color #672164 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672164 is #98DE9B. Grayscale: #3D3D3D. Windows color (decimal): -10018460 or 6562151. OLE color: 6562151.

HSL color Cylindrical-coordinate representation of color #672164: hue angle of 302.57º 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 #672164 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 33 100 -
CMYK 0 0.68 0.03 0.60
HSL 302.57º 0.51% 0.27% -
HSV(B) 302.57º 0.68% 0.4% -
XYZ 8.44 4.89 12.56 -
YUV 61.57 149.69 157.55 -
System Red Green Blue C M Y K H S L
Decimal 103 33 100 0 0.68 0.03 0.60 302.57 0.51 0.27
Hex 67 21 64 0 44 3 3C 12F 33 1B
Octal 147 41 144 0 104 3 74 457 63 33
Binary 1100111 100001 1100100 0 1000100 11 111100 100101111 110011 11011

Color Harmonies of #672164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672164

Black with #672164

Text Example


Text Example

White with #672164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672164; }

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

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

background-color css

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

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

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

border-color css

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

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

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