Html Css Color HEX #672468 Palatinate Purple

📋 copy color: '#672468'

red 103 ◦ green 36 ◦ blue 104

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

Shades of Palatinate Purple #672468

Tints of Palatinate Purple #672468

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.81%

 BLUE value IS 104 (41.02% from 255) = 42.8%

R = 42.39%
G = 14.81%
B = 42.8%

CMYK

 C value IS 0.01

 M value IS 0.65

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#672468 (or 0x672468) is known color: Palatinate Purple. HEX triplet: 67, 24 and 68. RGB value is (103,36,104). Sum of RGB (Red+Green+Blue) = 103+36+104=243 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.39% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 104 - color contains mainly: blue. Hex color #672468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672468 is #98DB97. Grayscale: #3F3F3F. Windows color (decimal): -10017688 or 6825063. OLE color: 6825063.

HSL color Cylindrical-coordinate representation of color #672468: hue angle of 299.12º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #672468 is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 103 36 104 -
CMYK 0.01 0.65 0 0.59
HSL 299.12º 0.49% 0.27% -
HSV(B) 299.12º 0.65% 0.41% -
XYZ 8.72 5.14 13.63 -
YUV 63.79 150.7 155.97 -
System Red Green Blue C M Y K H S L
Decimal 103 36 104 0.01 0.65 0 0.59 299.12 0.49 0.27
Hex 67 24 68 1 41 0 3B 12B 31 1B
Octal 147 44 150 1 101 0 73 453 61 33
Binary 1100111 100100 1101000 1 1000001 0 111011 100101011 110001 11011

Color Harmonies of #672468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672468

Black with #672468

Text Example


Text Example

White with #672468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672468; }

 p { color: rgb(103,36,104); }

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

background-color css

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

 a { background-color: rgb(103,36,104); }

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

border-color css

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

 span { border-color: rgb(103,36,104); }

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