Html Css Color HEX #681B5B Palatinate Purple

📋 copy color: '#681B5B'

red 104 ◦ green 27 ◦ blue 91

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

Shades of Palatinate Purple #681B5B

Tints of Palatinate Purple #681B5B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.16%

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

R = 46.85%
G = 12.16%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#681B5B (or 0x681B5B) is known color: Palatinate Purple. HEX triplet: 68, 1B and 5B. RGB value is (104,27,91). Sum of RGB (Red+Green+Blue) = 104+27+91=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 27 (10.94% from 255 or 12.16% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #681B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681B5B is #97E4A4. Grayscale: #393939. Windows color (decimal): -9954469 or 5970792. OLE color: 5970792.

HSL color Cylindrical-coordinate representation of color #681B5B: hue angle of 310.13º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #681B5B is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 27 91 -
CMYK 0 0.74 0.12 0.59
HSL 310.13º 0.59% 0.26% -
HSV(B) 310.13º 0.74% 0.41% -
XYZ 7.99 4.48 10.34 -
YUV 57.32 147.01 161.3 -
System Red Green Blue C M Y K H S L
Decimal 104 27 91 0 0.74 0.12 0.59 310.13 0.59 0.26
Hex 68 1B 5B 0 4A C 3B 136 3B 1A
Octal 150 33 133 0 112 14 73 466 73 32
Binary 1101000 11011 1011011 0 1001010 1100 111011 100110110 111011 11010

Color Harmonies of #681B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681B5B

Black with #681B5B

Text Example


Text Example

White with #681B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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