Html Css Color HEX #681158 Palatinate Purple

📋 copy color: '#681158'

red 104 ◦ green 17 ◦ blue 88

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

Shades of Palatinate Purple #681158

Tints of Palatinate Purple #681158

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.13%

 BLUE value IS 88 (34.77% from 255) = 42.11%

R = 49.76%
G = 8.13%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#681158 (or 0x681158) is known color: Palatinate Purple. HEX triplet: 68, 11 and 58. RGB value is (104,17,88). Sum of RGB (Red+Green+Blue) = 104+17+88=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #681158 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681158 is #97EEA7. Grayscale: #323232. Windows color (decimal): -9957032 or 5771624. OLE color: 5771624.

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

Color convert

RGB 104 17 88 -
CMYK 0 0.84 0.15 0.59
HSL 311.03º 0.72% 0.24% -
HSV(B) 311.03º 0.84% 0.41% -
XYZ 7.67 4.05 9.61 -
YUV 51.11 148.82 165.73 -
System Red Green Blue C M Y K H S L
Decimal 104 17 88 0 0.84 0.15 0.59 311.03 0.72 0.24
Hex 68 11 58 0 54 F 3B 137 48 18
Octal 150 21 130 0 124 17 73 467 110 30
Binary 1101000 10001 1011000 0 1010100 1111 111011 100110111 1001000 11000

Color Harmonies of #681158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681158

Black with #681158

Text Example


Text Example

White with #681158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681158; }

 p { color: rgb(104,17,88); }

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

background-color css

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

 a { background-color: rgb(104,17,88); }

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

border-color css

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

 span { border-color: rgb(104,17,88); }

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