Html Css Color HEX #680956 Palatinate Purple

📋 copy color: '#680956'

red 104 ◦ green 9 ◦ blue 86

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

Shades of Palatinate Purple #680956

Tints of Palatinate Purple #680956

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.52%

 BLUE value IS 86 (33.98% from 255) = 43.22%

R = 52.26%
G = 4.52%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#680956 (or 0x680956) is known color: Palatinate Purple. HEX triplet: 68, 09 and 56. RGB value is (104,9,86). Sum of RGB (Red+Green+Blue) = 104+9+86=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 86 (33.98% from 255 or 43.22% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #680956 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680956 is #97F6A9. Grayscale: #2D2D2D. Windows color (decimal): -9959082 or 5638504. OLE color: 5638504.

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

Color convert

RGB 104 9 86 -
CMYK 0 0.91 0.17 0.59
HSL 311.37º 0.84% 0.22% -
HSV(B) 311.37º 0.91% 0.41% -
XYZ 7.49 3.81 9.14 -
YUV 46.18 150.47 169.24 -
System Red Green Blue C M Y K H S L
Decimal 104 9 86 0 0.91 0.17 0.59 311.37 0.84 0.22
Hex 68 9 56 0 5B 11 3B 137 54 16
Octal 150 11 126 0 133 21 73 467 124 26
Binary 1101000 1001 1010110 0 1011011 10001 111011 100110111 1010100 10110

Color Harmonies of #680956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680956

Black with #680956

Text Example


Text Example

White with #680956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680956; }

 p { color: rgb(104,9,86); }

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

background-color css

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

 a { background-color: rgb(104,9,86); }

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

border-color css

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

 span { border-color: rgb(104,9,86); }

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