Html Css Color HEX #680A69 Palatinate Purple

📋 copy color: '#680A69'

red 104 ◦ green 10 ◦ blue 105

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

Shades of Palatinate Purple #680A69

Tints of Palatinate Purple #680A69

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.57%

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

R = 47.49%
G = 4.57%
B = 47.95%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#680A69 (or 0x680A69) is known color: Palatinate Purple. HEX triplet: 68, 0A and 69. RGB value is (104,10,105). Sum of RGB (Red+Green+Blue) = 104+10+105=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 10 (4.30% from 255 or 4.57% from 219); Blue value is 105 (41.41% from 255 or 47.95% from 219); Max value from RGB is 105 - color contains mainly: blue. Hex color #680A69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680A69 is #97F596. Grayscale: #303030. Windows color (decimal): -9958807 or 6883944. OLE color: 6883944.

HSL color Cylindrical-coordinate representation of color #680A69: hue angle of 299.37º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680A69 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 10 105 -
CMYK 0.01 0.90 0 0.59
HSL 299.37º 0.83% 0.23% -
HSV(B) 299.37º 0.9% 0.41% -
XYZ 8.37 4.18 13.73 -
YUV 48.94 159.64 167.28 -
System Red Green Blue C M Y K H S L
Decimal 104 10 105 0.01 0.90 0 0.59 299.37 0.83 0.23
Hex 68 A 69 1 5A 0 3B 12B 53 17
Octal 150 12 151 1 132 0 73 453 123 27
Binary 1101000 1010 1101001 1 1011010 0 111011 100101011 1010011 10111

Color Harmonies of #680A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680A69

Black with #680A69

Text Example


Text Example

White with #680A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680A69; }

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

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

background-color css

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

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

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

border-color css

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

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

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