Html Css Color HEX #681069 Palatinate Purple

📋 copy color: '#681069'

red 104 ◦ green 16 ◦ blue 105

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

Shades of Palatinate Purple #681069

Tints of Palatinate Purple #681069

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.11%

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

R = 46.22%
G = 7.11%
B = 46.67%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#681069 (or 0x681069) is known color: Palatinate Purple. HEX triplet: 68, 10 and 69. RGB value is (104,16,105). Sum of RGB (Red+Green+Blue) = 104+16+105=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 105 (41.41% from 255 or 46.67% from 225); Max value from RGB is 105 - color contains mainly: blue. Hex color #681069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681069 is #97EF96. Grayscale: #343434. Windows color (decimal): -9957271 or 6885480. OLE color: 6885480.

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

Color convert

RGB 104 16 105 -
CMYK 0.01 0.85 0 0.59
HSL 299.33º 0.74% 0.24% -
HSV(B) 299.33º 0.85% 0.41% -
XYZ 8.44 4.33 13.76 -
YUV 52.46 157.65 164.76 -
System Red Green Blue C M Y K H S L
Decimal 104 16 105 0.01 0.85 0 0.59 299.33 0.74 0.24
Hex 68 10 69 1 55 0 3B 12B 4A 18
Octal 150 20 151 1 125 0 73 453 112 30
Binary 1101000 10000 1101001 1 1010101 0 111011 100101011 1001010 11000

Color Harmonies of #681069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681069

Black with #681069

Text Example


Text Example

White with #681069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681069; }

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

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

background-color css

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

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

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

border-color css

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

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

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