Html Css Color HEX #672864 Palatinate Purple

📋 copy color: '#672864'

red 103 ◦ green 40 ◦ blue 100

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

Shades of Palatinate Purple #672864

Tints of Palatinate Purple #672864

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.46%

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

R = 42.39%
G = 16.46%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.60

RGB Variations

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

Color information

#672864 (or 0x672864) is known color: Palatinate Purple. HEX triplet: 67, 28 and 64. RGB value is (103,40,100). Sum of RGB (Red+Green+Blue) = 103+40+100=243 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.39% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 100 (39.45% from 255 or 41.15% from 243); Max value from RGB is 103 - color contains mainly: red. Hex color #672864 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672864 is #98D79B. Grayscale: #414141. Windows color (decimal): -10016668 or 6563943. OLE color: 6563943.

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

Color convert

RGB 103 40 100 -
CMYK 0 0.61 0.03 0.60
HSL 302.86º 0.44% 0.28% -
HSV(B) 302.86º 0.61% 0.4% -
XYZ 8.65 5.32 12.63 -
YUV 65.68 147.37 154.62 -
System Red Green Blue C M Y K H S L
Decimal 103 40 100 0 0.61 0.03 0.60 302.86 0.44 0.28
Hex 67 28 64 0 3D 3 3C 12F 2C 1C
Octal 147 50 144 0 75 3 74 457 54 34
Binary 1100111 101000 1100100 0 111101 11 111100 100101111 101100 11100

Color Harmonies of #672864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672864

Black with #672864

Text Example


Text Example

White with #672864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672864; }

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

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

background-color css

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

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

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

border-color css

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

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

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