Html Css Color HEX #681360 Palatinate Purple

📋 copy color: '#681360'

red 104 ◦ green 19 ◦ blue 96

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

Shades of Palatinate Purple #681360

Tints of Palatinate Purple #681360

RGB

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

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

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

R = 47.49%
G = 8.68%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#681360 (or 0x681360) is known color: Palatinate Purple. HEX triplet: 68, 13 and 60. RGB value is (104,19,96). Sum of RGB (Red+Green+Blue) = 104+19+96=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #681360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681360 is #97EC9F. Grayscale: #343434. Windows color (decimal): -9956512 or 6296424. OLE color: 6296424.

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

Color convert

RGB 104 19 96 -
CMYK 0 0.82 0.08 0.59
HSL 305.65º 0.69% 0.24% -
HSV(B) 305.65º 0.82% 0.41% -
XYZ 8.05 4.25 11.46 -
YUV 53.19 152.16 164.24 -
System Red Green Blue C M Y K H S L
Decimal 104 19 96 0 0.82 0.08 0.59 305.65 0.69 0.24
Hex 68 13 60 0 52 8 3B 132 45 18
Octal 150 23 140 0 122 10 73 462 105 30
Binary 1101000 10011 1100000 0 1010010 1000 111011 100110010 1000101 11000

Color Harmonies of #681360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681360

Black with #681360

Text Example


Text Example

White with #681360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681360; }

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

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

background-color css

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

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

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

border-color css

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

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

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