Html Css Color HEX #681260 Palatinate Purple

📋 copy color: '#681260'

red 104 ◦ green 18 ◦ blue 96

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

Shades of Palatinate Purple #681260

Tints of Palatinate Purple #681260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 44.04%

R = 47.71%
G = 8.26%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#681260 (or 0x681260) is known color: Palatinate Purple. HEX triplet: 68, 12 and 60. RGB value is (104,18,96). Sum of RGB (Red+Green+Blue) = 104+18+96=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #681260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681260 is #97ED9F. Grayscale: #343434. Windows color (decimal): -9956768 or 6296168. OLE color: 6296168.

HSL color Cylindrical-coordinate representation of color #681260: hue angle of 305.58º 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 #681260 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 18 96 -
CMYK 0 0.83 0.08 0.59
HSL 305.58º 0.7% 0.24% -
HSV(B) 305.58º 0.83% 0.41% -
XYZ 8.04 4.22 11.46 -
YUV 52.61 152.49 164.66 -
System Red Green Blue C M Y K H S L
Decimal 104 18 96 0 0.83 0.08 0.59 305.58 0.7 0.24
Hex 68 12 60 0 53 8 3B 132 46 18
Octal 150 22 140 0 123 10 73 462 106 30
Binary 1101000 10010 1100000 0 1010011 1000 111011 100110010 1000110 11000

Color Harmonies of #681260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681260

Black with #681260

Text Example


Text Example

White with #681260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681260; }

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

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

background-color css

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

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

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

border-color css

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

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

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