Html Css Color HEX #680B56 Palatinate Purple

📋 copy color: '#680B56'

red 104 ◦ green 11 ◦ blue 86

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

Shades of Palatinate Purple #680B56

Tints of Palatinate Purple #680B56

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.47%

 BLUE value IS 86 (33.98% from 255) = 42.79%

R = 51.74%
G = 5.47%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#680B56 (or 0x680B56) is known color: Palatinate Purple. HEX triplet: 68, 0B and 56. RGB value is (104,11,86). Sum of RGB (Red+Green+Blue) = 104+11+86=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 86 (33.98% from 255 or 42.79% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #680B56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680B56 is #97F4A9. Grayscale: #2F2F2F. Windows color (decimal): -9958570 or 5639016. OLE color: 5639016.

HSL color Cylindrical-coordinate representation of color #680B56: hue angle of 311.61º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #680B56 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 11 86 -
CMYK 0 0.89 0.17 0.59
HSL 311.61º 0.81% 0.23% -
HSV(B) 311.61º 0.89% 0.41% -
XYZ 7.51 3.85 9.15 -
YUV 47.36 149.81 168.4 -
System Red Green Blue C M Y K H S L
Decimal 104 11 86 0 0.89 0.17 0.59 311.61 0.81 0.23
Hex 68 B 56 0 59 11 3B 138 51 17
Octal 150 13 126 0 131 21 73 470 121 27
Binary 1101000 1011 1010110 0 1011001 10001 111011 100111000 1010001 10111

Color Harmonies of #680B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680B56

Black with #680B56

Text Example


Text Example

White with #680B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680B56; }

 p { color: rgb(104,11,86); }

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

background-color css

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

 a { background-color: rgb(104,11,86); }

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

border-color css

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

 span { border-color: rgb(104,11,86); }

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