Html Css Color HEX #681F5E Palatinate Purple

📋 copy color: '#681F5E'

red 104 ◦ green 31 ◦ blue 94

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

Shades of Palatinate Purple #681F5E

Tints of Palatinate Purple #681F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 41.05%

R = 45.41%
G = 13.54%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#681F5E (or 0x681F5E) is known color: Palatinate Purple. HEX triplet: 68, 1F and 5E. RGB value is (104,31,94). Sum of RGB (Red+Green+Blue) = 104+31+94=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 31 (12.5% from 255 or 13.54% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 104 - color contains mainly: red. Hex color #681F5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681F5E is #97E0A1. Grayscale: #3B3B3B. Windows color (decimal): -9953442 or 6168424. OLE color: 6168424.

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

Color convert

RGB 104 31 94 -
CMYK 0 0.70 0.10 0.59
HSL 308.22º 0.54% 0.26% -
HSV(B) 308.22º 0.7% 0.41% -
XYZ 8.22 4.73 11.07 -
YUV 60.01 147.18 159.38 -
System Red Green Blue C M Y K H S L
Decimal 104 31 94 0 0.70 0.10 0.59 308.22 0.54 0.26
Hex 68 1F 5E 0 46 A 3B 134 36 1A
Octal 150 37 136 0 106 12 73 464 66 32
Binary 1101000 11111 1011110 0 1000110 1010 111011 100110100 110110 11010

Color Harmonies of #681F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681F5E

Black with #681F5E

Text Example


Text Example

White with #681F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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