Html Css Color HEX #680560 Palatinate Purple

📋 copy color: '#680560'

red 104 ◦ green 5 ◦ blue 96

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

Shades of Palatinate Purple #680560

Tints of Palatinate Purple #680560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 46.83%

R = 50.73%
G = 2.44%
B = 46.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#680560 (or 0x680560) is known color: Palatinate Purple. HEX triplet: 68, 05 and 60. RGB value is (104,5,96). Sum of RGB (Red+Green+Blue) = 104+5+96=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #680560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680560 is #97FA9F. Grayscale: #2C2C2C. Windows color (decimal): -9960096 or 6292840. OLE color: 6292840.

HSL color Cylindrical-coordinate representation of color #680560: hue angle of 304.85º 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 #680560 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 5 96 -
CMYK 0 0.95 0.08 0.59
HSL 304.85º 0.91% 0.21% -
HSV(B) 304.85º 0.95% 0.41% -
XYZ 7.87 3.9 11.4 -
YUV 44.98 156.8 170.1 -
System Red Green Blue C M Y K H S L
Decimal 104 5 96 0 0.95 0.08 0.59 304.85 0.91 0.21
Hex 68 5 60 0 5F 8 3B 131 5B 15
Octal 150 5 140 0 137 10 73 461 133 25
Binary 1101000 101 1100000 0 1011111 1000 111011 100110001 1011011 10101

Color Harmonies of #680560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680560

Black with #680560

Text Example


Text Example

White with #680560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680560; }

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

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

background-color css

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

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

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

border-color css

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

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

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