Html Css Color HEX #672766 Palatinate Purple

📋 copy color: '#672766'

red 103 ◦ green 39 ◦ blue 102

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

Shades of Palatinate Purple #672766

Tints of Palatinate Purple #672766

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.98%

 BLUE value IS 102 (40.23% from 255) = 41.8%

R = 42.21%
G = 15.98%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.60

RGB Variations

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

Color information

#672766 (or 0x672766) is known color: Palatinate Purple. HEX triplet: 67, 27 and 66. RGB value is (103,39,102). Sum of RGB (Red+Green+Blue) = 103+39+102=244 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.21% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 103 - color contains mainly: red. Hex color #672766 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672766 is #98D899. Grayscale: #414141. Windows color (decimal): -10016922 or 6694759. OLE color: 6694759.

HSL color Cylindrical-coordinate representation of color #672766: hue angle of 300.94º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #672766 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 39 102 -
CMYK 0 0.62 0.01 0.60
HSL 300.94º 0.45% 0.28% -
HSV(B) 300.94º 0.62% 0.4% -
XYZ 8.72 5.29 13.13 -
YUV 65.32 148.7 154.88 -
System Red Green Blue C M Y K H S L
Decimal 103 39 102 0 0.62 0.01 0.60 300.94 0.45 0.28
Hex 67 27 66 0 3E 1 3C 12D 2D 1C
Octal 147 47 146 0 76 1 74 455 55 34
Binary 1100111 100111 1100110 0 111110 1 111100 100101101 101101 11100

Color Harmonies of #672766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672766

Black with #672766

Text Example


Text Example

White with #672766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672766; }

 p { color: rgb(103,39,102); }

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

background-color css

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

 a { background-color: rgb(103,39,102); }

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

border-color css

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

 span { border-color: rgb(103,39,102); }

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