Html Css Color HEX #680A5B Palatinate Purple

📋 copy color: '#680A5B'

red 104 ◦ green 10 ◦ blue 91

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

Shades of Palatinate Purple #680A5B

Tints of Palatinate Purple #680A5B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.88%

 BLUE value IS 91 (35.94% from 255) = 44.39%

R = 50.73%
G = 4.88%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#680A5B (or 0x680A5B) is known color: Palatinate Purple. HEX triplet: 68, 0A and 5B. RGB value is (104,10,91). Sum of RGB (Red+Green+Blue) = 104+10+91=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #680A5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680A5B is #97F5A4. Grayscale: #2F2F2F. Windows color (decimal): -9958821 or 5966440. OLE color: 5966440.

HSL color Cylindrical-coordinate representation of color #680A5B: hue angle of 308.3º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680A5B is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 10 91 -
CMYK 0 0.90 0.12 0.59
HSL 308.3º 0.82% 0.22% -
HSV(B) 308.3º 0.9% 0.41% -
XYZ 7.71 3.92 10.25 -
YUV 47.34 152.64 168.41 -
System Red Green Blue C M Y K H S L
Decimal 104 10 91 0 0.90 0.12 0.59 308.3 0.82 0.22
Hex 68 A 5B 0 5A C 3B 134 52 16
Octal 150 12 133 0 132 14 73 464 122 26
Binary 1101000 1010 1011011 0 1011010 1100 111011 100110100 1010010 10110

Color Harmonies of #680A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680A5B

Black with #680A5B

Text Example


Text Example

White with #680A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,10,91); }

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

background-color css

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

 a { background-color: rgb(104,10,91); }

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

border-color css

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

 span { border-color: rgb(104,10,91); }

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