Html Css Color HEX #681A54 Palatinate Purple

📋 copy color: '#681A54'

red 104 ◦ green 26 ◦ blue 84

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

Shades of Palatinate Purple #681A54

Tints of Palatinate Purple #681A54

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.15%

 BLUE value IS 84 (33.2% from 255) = 39.25%

R = 48.6%
G = 12.15%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#681A54 (or 0x681A54) is known color: Palatinate Purple. HEX triplet: 68, 1A and 54. RGB value is (104,26,84). Sum of RGB (Red+Green+Blue) = 104+26+84=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 26 (10.55% from 255 or 12.15% from 214); Blue value is 84 (33.20% from 255 or 39.25% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #681A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681A54 is #97E5AB. Grayscale: #373737. Windows color (decimal): -9954732 or 5511784. OLE color: 5511784.

HSL color Cylindrical-coordinate representation of color #681A54: hue angle of 315.38º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #681A54 is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 26 84 -
CMYK 0 0.75 0.19 0.59
HSL 315.38º 0.6% 0.25% -
HSV(B) 315.38º 0.75% 0.41% -
XYZ 7.68 4.32 8.82 -
YUV 55.93 143.84 162.28 -
System Red Green Blue C M Y K H S L
Decimal 104 26 84 0 0.75 0.19 0.59 315.38 0.6 0.25
Hex 68 1A 54 0 4B 13 3B 13B 3C 19
Octal 150 32 124 0 113 23 73 473 74 31
Binary 1101000 11010 1010100 0 1001011 10011 111011 100111011 111100 11001

Color Harmonies of #681A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681A54

Black with #681A54

Text Example


Text Example

White with #681A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681A54; }

 p { color: rgb(104,26,84); }

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

background-color css

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

 a { background-color: rgb(104,26,84); }

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

border-color css

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

 span { border-color: rgb(104,26,84); }

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