Html Css Color HEX #681A53 Palatinate Purple

📋 copy color: '#681A53'

red 104 ◦ green 26 ◦ blue 83

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

Shades of Palatinate Purple #681A53

Tints of Palatinate Purple #681A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 38.97%

R = 48.83%
G = 12.21%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#681A53 (or 0x681A53) is known color: Palatinate Purple. HEX triplet: 68, 1A and 53. RGB value is (104,26,83). Sum of RGB (Red+Green+Blue) = 104+26+83=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 26 (10.55% from 255 or 12.21% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #681A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681A53 is #97E5AC. Grayscale: #373737. Windows color (decimal): -9954733 or 5446248. OLE color: 5446248.

HSL color Cylindrical-coordinate representation of color #681A53: hue angle of 316.15º 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 #681A53 is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 26 83 -
CMYK 0 0.75 0.20 0.59
HSL 316.15º 0.6% 0.25% -
HSV(B) 316.15º 0.75% 0.41% -
XYZ 7.64 4.31 8.61 -
YUV 55.82 143.34 162.37 -
System Red Green Blue C M Y K H S L
Decimal 104 26 83 0 0.75 0.20 0.59 316.15 0.6 0.25
Hex 68 1A 53 0 4B 14 3B 13C 3C 19
Octal 150 32 123 0 113 24 73 474 74 31
Binary 1101000 11010 1010011 0 1001011 10100 111011 100111100 111100 11001

Color Harmonies of #681A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681A53

Black with #681A53

Text Example


Text Example

White with #681A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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