Html Css Color HEX #681457 Palatinate Purple

📋 copy color: '#681457'

red 104 ◦ green 20 ◦ blue 87

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

Shades of Palatinate Purple #681457

Tints of Palatinate Purple #681457

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.48%

 BLUE value IS 87 (34.38% from 255) = 41.23%

R = 49.29%
G = 9.48%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#681457 (or 0x681457) is known color: Palatinate Purple. HEX triplet: 68, 14 and 57. RGB value is (104,20,87). Sum of RGB (Red+Green+Blue) = 104+20+87=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 87 (34.38% from 255 or 41.23% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #681457 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681457 is #97EBA8. Grayscale: #343434. Windows color (decimal): -9956265 or 5706856. OLE color: 5706856.

HSL color Cylindrical-coordinate representation of color #681457: hue angle of 312.14º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #681457 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 20 87 -
CMYK 0 0.81 0.16 0.59
HSL 312.14º 0.68% 0.24% -
HSV(B) 312.14º 0.81% 0.41% -
XYZ 7.68 4.13 9.41 -
YUV 52.75 147.33 164.55 -
System Red Green Blue C M Y K H S L
Decimal 104 20 87 0 0.81 0.16 0.59 312.14 0.68 0.24
Hex 68 14 57 0 51 10 3B 138 44 18
Octal 150 24 127 0 121 20 73 470 104 30
Binary 1101000 10100 1010111 0 1010001 10000 111011 100111000 1000100 11000

Color Harmonies of #681457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681457

Black with #681457

Text Example


Text Example

White with #681457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681457; }

 p { color: rgb(104,20,87); }

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

background-color css

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

 a { background-color: rgb(104,20,87); }

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

border-color css

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

 span { border-color: rgb(104,20,87); }

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