Html Css Color HEX #680460 Palatinate Purple

📋 copy color: '#680460'

red 104 ◦ green 4 ◦ blue 96

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

Shades of Palatinate Purple #680460

Tints of Palatinate Purple #680460

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.96%

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

R = 50.98%
G = 1.96%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#680460 (or 0x680460) is known color: Palatinate Purple. HEX triplet: 68, 04 and 60. RGB value is (104,4,96). Sum of RGB (Red+Green+Blue) = 104+4+96=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #680460 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680460 is #97FB9F. Grayscale: #2C2C2C. Windows color (decimal): -9960352 or 6292584. OLE color: 6292584.

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

Color convert

RGB 104 4 96 -
CMYK 0 0.96 0.08 0.59
HSL 304.8º 0.93% 0.21% -
HSV(B) 304.8º 0.96% 0.41% -
XYZ 7.86 3.87 11.4 -
YUV 44.39 157.13 170.52 -
System Red Green Blue C M Y K H S L
Decimal 104 4 96 0 0.96 0.08 0.59 304.8 0.93 0.21
Hex 68 4 60 0 60 8 3B 131 5D 15
Octal 150 4 140 0 140 10 73 461 135 25
Binary 1101000 100 1100000 0 1100000 1000 111011 100110001 1011101 10101

Color Harmonies of #680460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680460

Black with #680460

Text Example


Text Example

White with #680460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680460; }

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

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

background-color css

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

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

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

border-color css

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

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

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