Html Css Color HEX #680160 Palatinate Purple

📋 copy color: '#680160'

red 104 ◦ green 1 ◦ blue 96

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

Shades of Palatinate Purple #680160

Tints of Palatinate Purple #680160

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 51.74%
G = 0.5%
B = 47.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#680160 (or 0x680160) is known color: Palatinate Purple. HEX triplet: 68, 01 and 60. RGB value is (104,1,96). Sum of RGB (Red+Green+Blue) = 104+1+96=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #680160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680160 is #97FE9F. Grayscale: #2A2A2A. Windows color (decimal): -9961120 or 6291816. OLE color: 6291816.

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

Color convert

RGB 104 1 96 -
CMYK 0 0.99 0.08 0.59
HSL 304.66º 0.98% 0.21% -
HSV(B) 304.66º 0.99% 0.41% -
XYZ 7.83 3.81 11.39 -
YUV 42.63 158.12 171.78 -
System Red Green Blue C M Y K H S L
Decimal 104 1 96 0 0.99 0.08 0.59 304.66 0.98 0.21
Hex 68 1 60 0 63 8 3B 131 62 15
Octal 150 1 140 0 143 10 73 461 142 25
Binary 1101000 1 1100000 0 1100011 1000 111011 100110001 1100010 10101

Color Harmonies of #680160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680160

Black with #680160

Text Example


Text Example

White with #680160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680160; }

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

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

background-color css

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

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

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

border-color css

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

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

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