Html Css Color HEX #672068 Palatinate Purple

📋 copy color: '#672068'

red 103 ◦ green 32 ◦ blue 104

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

Shades of Palatinate Purple #672068

Tints of Palatinate Purple #672068

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.39%

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

R = 43.1%
G = 13.39%
B = 43.51%

CMYK

 C value IS 0.01

 M value IS 0.69

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#672068 (or 0x672068) is known color: Palatinate Purple. HEX triplet: 67, 20 and 68. RGB value is (103,32,104). Sum of RGB (Red+Green+Blue) = 103+32+104=239 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.10% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 104 - color contains mainly: blue. Hex color #672068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672068 is #98DF97. Grayscale: #3D3D3D. Windows color (decimal): -10018712 or 6824039. OLE color: 6824039.

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

Color convert

RGB 103 32 104 -
CMYK 0.01 0.69 0 0.59
HSL 299.17º 0.53% 0.27% -
HSV(B) 299.17º 0.69% 0.41% -
XYZ 8.61 4.92 13.59 -
YUV 61.44 152.02 157.65 -
System Red Green Blue C M Y K H S L
Decimal 103 32 104 0.01 0.69 0 0.59 299.17 0.53 0.27
Hex 67 20 68 1 45 0 3B 12B 35 1B
Octal 147 40 150 1 105 0 73 453 65 33
Binary 1100111 100000 1101000 1 1000101 0 111011 100101011 110101 11011

Color Harmonies of #672068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672068

Black with #672068

Text Example


Text Example

White with #672068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672068; }

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

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

background-color css

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

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

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

border-color css

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

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

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