Html Css Color HEX #681B61 Palatinate Purple

📋 copy color: '#681B61'

red 104 ◦ green 27 ◦ blue 97

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

Shades of Palatinate Purple #681B61

Tints of Palatinate Purple #681B61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 42.54%

R = 45.61%
G = 11.84%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#681B61 (or 0x681B61) is known color: Palatinate Purple. HEX triplet: 68, 1B and 61. RGB value is (104,27,97). Sum of RGB (Red+Green+Blue) = 104+27+97=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 27 (10.94% from 255 or 11.84% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 104 - color contains mainly: red. Hex color #681B61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681B61 is #97E49E. Grayscale: #393939. Windows color (decimal): -9954463 or 6364008. OLE color: 6364008.

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

Color convert

RGB 104 27 97 -
CMYK 0 0.74 0.07 0.59
HSL 305.45º 0.59% 0.26% -
HSV(B) 305.45º 0.74% 0.41% -
XYZ 8.26 4.59 11.76 -
YUV 58 150.01 160.81 -
System Red Green Blue C M Y K H S L
Decimal 104 27 97 0 0.74 0.07 0.59 305.45 0.59 0.26
Hex 68 1B 61 0 4A 7 3B 131 3B 1A
Octal 150 33 141 0 112 7 73 461 73 32
Binary 1101000 11011 1100001 0 1001010 111 111011 100110001 111011 11010

Color Harmonies of #681B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681B61

Black with #681B61

Text Example


Text Example

White with #681B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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