Html Css Color HEX #681F62 Palatinate Purple

📋 copy color: '#681F62'

red 104 ◦ green 31 ◦ blue 98

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

Shades of Palatinate Purple #681F62

Tints of Palatinate Purple #681F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 42.06%

R = 44.64%
G = 13.3%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#681F62 (or 0x681F62) is known color: Palatinate Purple. HEX triplet: 68, 1F and 62. RGB value is (104,31,98). Sum of RGB (Red+Green+Blue) = 104+31+98=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 31 (12.5% from 255 or 13.30% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #681F62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681F62 is #97E09D. Grayscale: #3C3C3C. Windows color (decimal): -9953438 or 6430568. OLE color: 6430568.

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

Color convert

RGB 104 31 98 -
CMYK 0 0.70 0.06 0.59
HSL 304.93º 0.54% 0.26% -
HSV(B) 304.93º 0.7% 0.41% -
XYZ 8.4 4.8 12.04 -
YUV 60.47 149.18 159.05 -
System Red Green Blue C M Y K H S L
Decimal 104 31 98 0 0.70 0.06 0.59 304.93 0.54 0.26
Hex 68 1F 62 0 46 6 3B 131 36 1A
Octal 150 37 142 0 106 6 73 461 66 32
Binary 1101000 11111 1100010 0 1000110 110 111011 100110001 110110 11010

Color Harmonies of #681F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681F62

Black with #681F62

Text Example


Text Example

White with #681F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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