Html Css Color HEX #681F5D Palatinate Purple

📋 copy color: '#681F5D'

red 104 ◦ green 31 ◦ blue 93

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

Shades of Palatinate Purple #681F5D

Tints of Palatinate Purple #681F5D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.6%

 BLUE value IS 93 (36.72% from 255) = 40.79%

R = 45.61%
G = 13.6%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#681F5D (or 0x681F5D) is known color: Palatinate Purple. HEX triplet: 68, 1F and 5D. RGB value is (104,31,93). Sum of RGB (Red+Green+Blue) = 104+31+93=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 31 (12.5% from 255 or 13.60% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 104 - color contains mainly: red. Hex color #681F5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681F5D is #97E0A2. Grayscale: #3B3B3B. Windows color (decimal): -9953443 or 6102888. OLE color: 6102888.

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

Color convert

RGB 104 31 93 -
CMYK 0 0.70 0.11 0.59
HSL 309.04º 0.54% 0.26% -
HSV(B) 309.04º 0.7% 0.41% -
XYZ 8.17 4.71 10.83 -
YUV 59.9 146.68 159.46 -
System Red Green Blue C M Y K H S L
Decimal 104 31 93 0 0.70 0.11 0.59 309.04 0.54 0.26
Hex 68 1F 5D 0 46 B 3B 135 36 1A
Octal 150 37 135 0 106 13 73 465 66 32
Binary 1101000 11111 1011101 0 1000110 1011 111011 100110101 110110 11010

Color Harmonies of #681F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681F5D

Black with #681F5D

Text Example


Text Example

White with #681F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,31,93); }

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

background-color css

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

 a { background-color: rgb(104,31,93); }

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

border-color css

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

 span { border-color: rgb(104,31,93); }

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