Html Css Color HEX #680B5D Palatinate Purple

📋 copy color: '#680B5D'

red 104 ◦ green 11 ◦ blue 93

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

Shades of Palatinate Purple #680B5D

Tints of Palatinate Purple #680B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 44.71%

R = 50%
G = 5.29%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#680B5D (or 0x680B5D) is known color: Palatinate Purple. HEX triplet: 68, 0B and 5D. RGB value is (104,11,93). Sum of RGB (Red+Green+Blue) = 104+11+93=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 11 (4.69% from 255 or 5.29% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #680B5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680B5D is #97F4A2. Grayscale: #2F2F2F. Windows color (decimal): -9958563 or 6097768. OLE color: 6097768.

HSL color Cylindrical-coordinate representation of color #680B5D: hue angle of 307.1º 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 #680B5D is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 11 93 -
CMYK 0 0.89 0.11 0.59
HSL 307.1º 0.81% 0.23% -
HSV(B) 307.1º 0.89% 0.41% -
XYZ 7.8 3.97 10.71 -
YUV 48.16 153.31 167.83 -
System Red Green Blue C M Y K H S L
Decimal 104 11 93 0 0.89 0.11 0.59 307.1 0.81 0.23
Hex 68 B 5D 0 59 B 3B 133 51 17
Octal 150 13 135 0 131 13 73 463 121 27
Binary 1101000 1011 1011101 0 1011001 1011 111011 100110011 1010001 10111

Color Harmonies of #680B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680B5D

Black with #680B5D

Text Example


Text Example

White with #680B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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