Html Css Color HEX #681055 Palatinate Purple

📋 copy color: '#681055'

red 104 ◦ green 16 ◦ blue 85

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

Shades of Palatinate Purple #681055

Tints of Palatinate Purple #681055

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.8%

 BLUE value IS 85 (33.59% from 255) = 41.46%

R = 50.73%
G = 7.8%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#681055 (or 0x681055) is known color: Palatinate Purple. HEX triplet: 68, 10 and 55. RGB value is (104,16,85). Sum of RGB (Red+Green+Blue) = 104+16+85=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 85 (33.59% from 255 or 41.46% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #681055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681055 is #97EFAA. Grayscale: #313131. Windows color (decimal): -9957291 or 5574760. OLE color: 5574760.

HSL color Cylindrical-coordinate representation of color #681055: hue angle of 312.95º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #681055 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 16 85 -
CMYK 0 0.85 0.18 0.59
HSL 312.95º 0.73% 0.24% -
HSV(B) 312.95º 0.85% 0.41% -
XYZ 7.53 3.97 8.96 -
YUV 50.18 147.65 166.39 -
System Red Green Blue C M Y K H S L
Decimal 104 16 85 0 0.85 0.18 0.59 312.95 0.73 0.24
Hex 68 10 55 0 55 12 3B 139 49 18
Octal 150 20 125 0 125 22 73 471 111 30
Binary 1101000 10000 1010101 0 1010101 10010 111011 100111001 1001001 11000

Color Harmonies of #681055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681055

Black with #681055

Text Example


Text Example

White with #681055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681055; }

 p { color: rgb(104,16,85); }

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

background-color css

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

 a { background-color: rgb(104,16,85); }

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

border-color css

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

 span { border-color: rgb(104,16,85); }

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