Html Css Color HEX #681C69 Palatinate Purple

📋 copy color: '#681C69'

red 104 ◦ green 28 ◦ blue 105

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

Shades of Palatinate Purple #681C69

Tints of Palatinate Purple #681C69

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.81%

 BLUE value IS 105 (41.41% from 255) = 44.3%

R = 43.88%
G = 11.81%
B = 44.3%

CMYK

 C value IS 0.01

 M value IS 0.73

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#681C69 (or 0x681C69) is known color: Palatinate Purple. HEX triplet: 68, 1C and 69. RGB value is (104,28,105). Sum of RGB (Red+Green+Blue) = 104+28+105=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 105 - color contains mainly: blue. Hex color #681C69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681C69 is #97E396. Grayscale: #3B3B3B. Windows color (decimal): -9954199 or 6888552. OLE color: 6888552.

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

Color convert

RGB 104 28 105 -
CMYK 0.01 0.73 0 0.59
HSL 299.22º 0.58% 0.26% -
HSV(B) 299.22º 0.73% 0.41% -
XYZ 8.67 4.79 13.83 -
YUV 59.5 153.68 159.74 -
System Red Green Blue C M Y K H S L
Decimal 104 28 105 0.01 0.73 0 0.59 299.22 0.58 0.26
Hex 68 1C 69 1 49 0 3B 12B 3A 1A
Octal 150 34 151 1 111 0 73 453 72 32
Binary 1101000 11100 1101001 1 1001001 0 111011 100101011 111010 11010

Color Harmonies of #681C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681C69

Black with #681C69

Text Example


Text Example

White with #681C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,28,105); }

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

background-color css

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

 a { background-color: rgb(104,28,105); }

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

border-color css

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

 span { border-color: rgb(104,28,105); }

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