Html Css Color HEX #681A5B Palatinate Purple

📋 copy color: '#681A5B'

red 104 ◦ green 26 ◦ blue 91

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

Shades of Palatinate Purple #681A5B

Tints of Palatinate Purple #681A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 41.18%

R = 47.06%
G = 11.76%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#681A5B (or 0x681A5B) is known color: Palatinate Purple. HEX triplet: 68, 1A and 5B. RGB value is (104,26,91). Sum of RGB (Red+Green+Blue) = 104+26+91=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #681A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681A5B is #97E5A4. Grayscale: #383838. Windows color (decimal): -9954725 or 5970536. OLE color: 5970536.

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

Color convert

RGB 104 26 91 -
CMYK 0 0.75 0.12 0.59
HSL 310º 0.6% 0.25% -
HSV(B) 310º 0.75% 0.41% -
XYZ 7.97 4.44 10.33 -
YUV 56.73 147.34 161.71 -
System Red Green Blue C M Y K H S L
Decimal 104 26 91 0 0.75 0.12 0.59 310 0.6 0.25
Hex 68 1A 5B 0 4B C 3B 136 3C 19
Octal 150 32 133 0 113 14 73 466 74 31
Binary 1101000 11010 1011011 0 1001011 1100 111011 100110110 111100 11001

Color Harmonies of #681A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681A5B

Black with #681A5B

Text Example


Text Example

White with #681A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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