Html Css Color HEX #681357 Palatinate Purple

📋 copy color: '#681357'

red 104 ◦ green 19 ◦ blue 87

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

Shades of Palatinate Purple #681357

Tints of Palatinate Purple #681357

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.05%

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

R = 49.52%
G = 9.05%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#681357 (or 0x681357) is known color: Palatinate Purple. HEX triplet: 68, 13 and 57. RGB value is (104,19,87). Sum of RGB (Red+Green+Blue) = 104+19+87=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 87 (34.38% from 255 or 41.43% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #681357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681357 is #97ECA8. Grayscale: #333333. Windows color (decimal): -9956521 or 5706600. OLE color: 5706600.

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

Color convert

RGB 104 19 87 -
CMYK 0 0.82 0.16 0.59
HSL 312º 0.69% 0.24% -
HSV(B) 312º 0.82% 0.41% -
XYZ 7.66 4.1 9.4 -
YUV 52.17 147.66 164.97 -
System Red Green Blue C M Y K H S L
Decimal 104 19 87 0 0.82 0.16 0.59 312 0.69 0.24
Hex 68 13 57 0 52 10 3B 138 45 18
Octal 150 23 127 0 122 20 73 470 105 30
Binary 1101000 10011 1010111 0 1010010 10000 111011 100111000 1000101 11000

Color Harmonies of #681357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681357

Black with #681357

Text Example


Text Example

White with #681357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681357; }

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

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

background-color css

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

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

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

border-color css

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

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

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