Html Css Color HEX #681F54 Palatinate Purple

📋 copy color: '#681F54'

red 104 ◦ green 31 ◦ blue 84

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

Shades of Palatinate Purple #681F54

Tints of Palatinate Purple #681F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 38.36%

R = 47.49%
G = 14.16%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#681F54 (or 0x681F54) is known color: Palatinate Purple. HEX triplet: 68, 1F and 54. RGB value is (104,31,84). Sum of RGB (Red+Green+Blue) = 104+31+84=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 31 (12.5% from 255 or 14.16% from 219); Blue value is 84 (33.20% from 255 or 38.36% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #681F54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681F54 is #97E0AB. Grayscale: #3A3A3A. Windows color (decimal): -9953452 or 5513064. OLE color: 5513064.

HSL color Cylindrical-coordinate representation of color #681F54: hue angle of 316.44º 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 #681F54 is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 31 84 -
CMYK 0 0.70 0.19 0.59
HSL 316.44º 0.54% 0.26% -
HSV(B) 316.44º 0.7% 0.41% -
XYZ 7.8 4.56 8.86 -
YUV 58.87 142.18 160.19 -
System Red Green Blue C M Y K H S L
Decimal 104 31 84 0 0.70 0.19 0.59 316.44 0.54 0.26
Hex 68 1F 54 0 46 13 3B 13C 36 1A
Octal 150 37 124 0 106 23 73 474 66 32
Binary 1101000 11111 1010100 0 1000110 10011 111011 100111100 110110 11010

Color Harmonies of #681F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681F54

Black with #681F54

Text Example


Text Example

White with #681F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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