Html Css Color HEX #681257 Palatinate Purple

📋 copy color: '#681257'

red 104 ◦ green 18 ◦ blue 87

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

Shades of Palatinate Purple #681257

Tints of Palatinate Purple #681257

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.61%

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

R = 49.76%
G = 8.61%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#681257 (or 0x681257) is known color: Palatinate Purple. HEX triplet: 68, 12 and 57. RGB value is (104,18,87). Sum of RGB (Red+Green+Blue) = 104+18+87=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 87 (34.38% from 255 or 41.63% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #681257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681257 is #97EDA8. Grayscale: #333333. Windows color (decimal): -9956777 or 5706344. OLE color: 5706344.

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

Color convert

RGB 104 18 87 -
CMYK 0 0.83 0.16 0.59
HSL 311.86º 0.7% 0.24% -
HSV(B) 311.86º 0.83% 0.41% -
XYZ 7.65 4.06 9.4 -
YUV 51.58 147.99 165.39 -
System Red Green Blue C M Y K H S L
Decimal 104 18 87 0 0.83 0.16 0.59 311.86 0.7 0.24
Hex 68 12 57 0 53 10 3B 138 46 18
Octal 150 22 127 0 123 20 73 470 106 30
Binary 1101000 10010 1010111 0 1010011 10000 111011 100111000 1000110 11000

Color Harmonies of #681257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681257

Black with #681257

Text Example


Text Example

White with #681257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681257; }

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

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

background-color css

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

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

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

border-color css

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

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

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