Html Css Color HEX #681969 Palatinate Purple

📋 copy color: '#681969'

red 104 ◦ green 25 ◦ blue 105

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

Shades of Palatinate Purple #681969

Tints of Palatinate Purple #681969

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.68%

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

R = 44.44%
G = 10.68%
B = 44.87%

CMYK

 C value IS 0.01

 M value IS 0.76

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#681969 (or 0x681969) is known color: Palatinate Purple. HEX triplet: 68, 19 and 69. RGB value is (104,25,105). Sum of RGB (Red+Green+Blue) = 104+25+105=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 105 (41.41% from 255 or 44.87% from 234); Max value from RGB is 105 - color contains mainly: blue. Hex color #681969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681969 is #97E696. Grayscale: #393939. Windows color (decimal): -9954967 or 6887784. OLE color: 6887784.

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

Color convert

RGB 104 25 105 -
CMYK 0.01 0.76 0 0.59
HSL 299.25º 0.62% 0.25% -
HSV(B) 299.25º 0.76% 0.41% -
XYZ 8.61 4.66 13.81 -
YUV 57.74 154.67 161 -
System Red Green Blue C M Y K H S L
Decimal 104 25 105 0.01 0.76 0 0.59 299.25 0.62 0.25
Hex 68 19 69 1 4C 0 3B 12B 3E 19
Octal 150 31 151 1 114 0 73 453 76 31
Binary 1101000 11001 1101001 1 1001100 0 111011 100101011 111110 11001

Color Harmonies of #681969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681969

Black with #681969

Text Example


Text Example

White with #681969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681969; }

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

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

background-color css

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

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

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

border-color css

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

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

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