Html Css Color HEX #681B6C Palatinate Purple

📋 copy color: '#681B6C'

red 104 ◦ green 27 ◦ blue 108

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

Shades of Palatinate Purple #681B6C

Tints of Palatinate Purple #681B6C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.3%

 BLUE value IS 108 (42.58% from 255) = 45.19%

R = 43.51%
G = 11.3%
B = 45.19%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#681B6C (or 0x681B6C) is known color: Palatinate Purple. HEX triplet: 68, 1B and 6C. RGB value is (104,27,108). Sum of RGB (Red+Green+Blue) = 104+27+108=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 27 (10.94% from 255 or 11.30% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 108 - color contains mainly: blue. Hex color #681B6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681B6C is #97E493. Grayscale: #3B3B3B. Windows color (decimal): -9954452 or 7084904. OLE color: 7084904.

HSL color Cylindrical-coordinate representation of color #681B6C: hue angle of 297.04º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #681B6C is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 104 27 108 -
CMYK 0.04 0.75 0 0.58
HSL 297.04º 0.6% 0.26% -
HSV(B) 297.04º 0.75% 0.42% -
XYZ 8.81 4.81 14.65 -
YUV 59.26 155.51 159.91 -
System Red Green Blue C M Y K H S L
Decimal 104 27 108 0.04 0.75 0 0.58 297.04 0.6 0.26
Hex 68 1B 6C 4 4B 0 3A 129 3C 1A
Octal 150 33 154 4 113 0 72 451 74 32
Binary 1101000 11011 1101100 100 1001011 0 111010 100101001 111100 11010

Color Harmonies of #681B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681B6C

Black with #681B6C

Text Example


Text Example

White with #681B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,27,108); }

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

background-color css

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

 a { background-color: rgb(104,27,108); }

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

border-color css

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

 span { border-color: rgb(104,27,108); }

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