Html Css Color HEX #681460 Palatinate Purple

📋 copy color: '#681460'

red 104 ◦ green 20 ◦ blue 96

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

Shades of Palatinate Purple #681460

Tints of Palatinate Purple #681460

RGB

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

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

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

R = 47.27%
G = 9.09%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#681460 (or 0x681460) is known color: Palatinate Purple. HEX triplet: 68, 14 and 60. RGB value is (104,20,96). Sum of RGB (Red+Green+Blue) = 104+20+96=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #681460 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681460 is #97EB9F. Grayscale: #353535. Windows color (decimal): -9956256 or 6296680. OLE color: 6296680.

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

Color convert

RGB 104 20 96 -
CMYK 0 0.81 0.08 0.59
HSL 305.71º 0.68% 0.24% -
HSV(B) 305.71º 0.81% 0.41% -
XYZ 8.07 4.29 11.47 -
YUV 53.78 151.83 163.82 -
System Red Green Blue C M Y K H S L
Decimal 104 20 96 0 0.81 0.08 0.59 305.71 0.68 0.24
Hex 68 14 60 0 51 8 3B 132 44 18
Octal 150 24 140 0 121 10 73 462 104 30
Binary 1101000 10100 1100000 0 1010001 1000 111011 100110010 1000100 11000

Color Harmonies of #681460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681460

Black with #681460

Text Example


Text Example

White with #681460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681460; }

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

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

background-color css

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

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

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

border-color css

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

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

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