Html Css Color HEX #680B55 Palatinate Purple

📋 copy color: '#680B55'

red 104 ◦ green 11 ◦ blue 85

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

Shades of Palatinate Purple #680B55

Tints of Palatinate Purple #680B55

RGB

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

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

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

R = 52%
G = 5.5%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#680B55 (or 0x680B55) is known color: Palatinate Purple. HEX triplet: 68, 0B and 55. RGB value is (104,11,85). Sum of RGB (Red+Green+Blue) = 104+11+85=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 11 (4.69% from 255 or 5.5% from 200); Blue value is 85 (33.59% from 255 or 42.5% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #680B55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680B55 is #97F4AA. Grayscale: #2F2F2F. Windows color (decimal): -9958571 or 5573480. OLE color: 5573480.

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

Color convert

RGB 104 11 85 -
CMYK 0 0.89 0.18 0.59
HSL 312.26º 0.81% 0.23% -
HSV(B) 312.26º 0.89% 0.41% -
XYZ 7.47 3.84 8.94 -
YUV 47.24 149.31 168.48 -
System Red Green Blue C M Y K H S L
Decimal 104 11 85 0 0.89 0.18 0.59 312.26 0.81 0.23
Hex 68 B 55 0 59 12 3B 138 51 17
Octal 150 13 125 0 131 22 73 470 121 27
Binary 1101000 1011 1010101 0 1011001 10010 111011 100111000 1010001 10111

Color Harmonies of #680B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680B55

Black with #680B55

Text Example


Text Example

White with #680B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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