Html Css Color HEX #681F5B Palatinate Purple

📋 copy color: '#681F5B'

red 104 ◦ green 31 ◦ blue 91

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

Shades of Palatinate Purple #681F5B

Tints of Palatinate Purple #681F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 40.27%

R = 46.02%
G = 13.72%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#681F5B (or 0x681F5B) is known color: Palatinate Purple. HEX triplet: 68, 1F and 5B. RGB value is (104,31,91). Sum of RGB (Red+Green+Blue) = 104+31+91=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 31 (12.5% from 255 or 13.72% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 104 - color contains mainly: red. Hex color #681F5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681F5B is #97E0A4. Grayscale: #3B3B3B. Windows color (decimal): -9953445 or 5971816. OLE color: 5971816.

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

Color convert

RGB 104 31 91 -
CMYK 0 0.70 0.12 0.59
HSL 310.68º 0.54% 0.26% -
HSV(B) 310.68º 0.7% 0.41% -
XYZ 8.09 4.68 10.37 -
YUV 59.67 145.68 159.62 -
System Red Green Blue C M Y K H S L
Decimal 104 31 91 0 0.70 0.12 0.59 310.68 0.54 0.26
Hex 68 1F 5B 0 46 C 3B 137 36 1A
Octal 150 37 133 0 106 14 73 467 66 32
Binary 1101000 11111 1011011 0 1000110 1100 111011 100110111 110110 11010

Color Harmonies of #681F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681F5B

Black with #681F5B

Text Example


Text Example

White with #681F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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