Html Css Color HEX #680967 Palatinate Purple

📋 copy color: '#680967'

red 104 ◦ green 9 ◦ blue 103

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

Shades of Palatinate Purple #680967

Tints of Palatinate Purple #680967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 47.69%

R = 48.15%
G = 4.17%
B = 47.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#680967 (or 0x680967) is known color: Palatinate Purple. HEX triplet: 68, 09 and 67. RGB value is (104,9,103). Sum of RGB (Red+Green+Blue) = 104+9+103=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 103 (40.62% from 255 or 47.69% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #680967 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680967 is #97F698. Grayscale: #2F2F2F. Windows color (decimal): -9959065 or 6752616. OLE color: 6752616.

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

Color convert

RGB 104 9 103 -
CMYK 0 0.91 0.01 0.59
HSL 300.63º 0.84% 0.22% -
HSV(B) 300.63º 0.91% 0.41% -
XYZ 8.25 4.12 13.19 -
YUV 48.12 158.97 167.86 -
System Red Green Blue C M Y K H S L
Decimal 104 9 103 0 0.91 0.01 0.59 300.63 0.84 0.22
Hex 68 9 67 0 5B 1 3B 12D 54 16
Octal 150 11 147 0 133 1 73 455 124 26
Binary 1101000 1001 1100111 0 1011011 1 111011 100101101 1010100 10110

Color Harmonies of #680967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680967

Black with #680967

Text Example


Text Example

White with #680967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680967; }

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

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

background-color css

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

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

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

border-color css

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

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

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