Html Css Color HEX #680559 Palatinate Purple

📋 copy color: '#680559'

red 104 ◦ green 5 ◦ blue 89

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

Shades of Palatinate Purple #680559

Tints of Palatinate Purple #680559

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.53%

 BLUE value IS 89 (35.16% from 255) = 44.95%

R = 52.53%
G = 2.53%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#680559 (or 0x680559) is known color: Palatinate Purple. HEX triplet: 68, 05 and 59. RGB value is (104,5,89). Sum of RGB (Red+Green+Blue) = 104+5+89=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #680559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680559 is #97FAA6. Grayscale: #2B2B2B. Windows color (decimal): -9960103 or 5834088. OLE color: 5834088.

HSL color Cylindrical-coordinate representation of color #680559: hue angle of 309.09º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680559 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 5 89 -
CMYK 0 0.95 0.14 0.59
HSL 309.09º 0.91% 0.21% -
HSV(B) 309.09º 0.95% 0.41% -
XYZ 7.57 3.77 9.78 -
YUV 44.18 153.3 170.67 -
System Red Green Blue C M Y K H S L
Decimal 104 5 89 0 0.95 0.14 0.59 309.09 0.91 0.21
Hex 68 5 59 0 5F E 3B 135 5B 15
Octal 150 5 131 0 137 16 73 465 133 25
Binary 1101000 101 1011001 0 1011111 1110 111011 100110101 1011011 10101

Color Harmonies of #680559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680559

Black with #680559

Text Example


Text Example

White with #680559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680559; }

 p { color: rgb(104,5,89); }

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

background-color css

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

 a { background-color: rgb(104,5,89); }

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

border-color css

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

 span { border-color: rgb(104,5,89); }

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