Html Css Color HEX #681D67 Palatinate Purple

📋 copy color: '#681D67'

red 104 ◦ green 29 ◦ blue 103

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

Shades of Palatinate Purple #681D67

Tints of Palatinate Purple #681D67

RGB

 RED value IS 104 (41.02% from 255) = 44.07%

 GREEN value IS 29 (11.72% from 255) = 12.29%

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

R = 44.07%
G = 12.29%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#681D67 (or 0x681D67) is known color: Palatinate Purple. HEX triplet: 68, 1D and 67. RGB value is (104,29,103). Sum of RGB (Red+Green+Blue) = 104+29+103=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 103 (40.62% from 255 or 43.64% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #681D67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681D67 is #97E298. Grayscale: #3B3B3B. Windows color (decimal): -9953945 or 6757736. OLE color: 6757736.

HSL color Cylindrical-coordinate representation of color #681D67: hue angle of 300.8º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #681D67 is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 29 103 -
CMYK 0 0.72 0.01 0.59
HSL 300.8º 0.56% 0.26% -
HSV(B) 300.8º 0.72% 0.41% -
XYZ 8.6 4.8 13.31 -
YUV 59.86 152.35 159.48 -
System Red Green Blue C M Y K H S L
Decimal 104 29 103 0 0.72 0.01 0.59 300.8 0.56 0.26
Hex 68 1D 67 0 48 1 3B 12D 38 1A
Octal 150 35 147 0 110 1 73 455 70 32
Binary 1101000 11101 1100111 0 1001000 1 111011 100101101 111000 11010

Color Harmonies of #681D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681D67

Black with #681D67

Text Example


Text Example

White with #681D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681D67; }

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

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

background-color css

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

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

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

border-color css

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

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

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