Html Css Color HEX #681668 Palatinate Purple

📋 copy color: '#681668'

red 104 ◦ green 22 ◦ blue 104

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

Shades of Palatinate Purple #681668

Tints of Palatinate Purple #681668

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.57%

 BLUE value IS 104 (41.02% from 255) = 45.22%

R = 45.22%
G = 9.57%
B = 45.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#681668 (or 0x681668) is known color: Palatinate Purple. HEX triplet: 68, 16 and 68. RGB value is (104,22,104). Sum of RGB (Red+Green+Blue) = 104+22+104=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #681668 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681668 is #97E997. Grayscale: #373737. Windows color (decimal): -9955736 or 6821480. OLE color: 6821480.

HSL color Cylindrical-coordinate representation of color #681668: hue angle of 300º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #681668 is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 22 104 -
CMYK 0 0.79 0 0.59
HSL 300º 0.65% 0.25% -
HSV(B) 300º 0.79% 0.41% -
XYZ 8.49 4.52 13.52 -
YUV 55.87 155.17 162.33 -
System Red Green Blue C M Y K H S L
Decimal 104 22 104 0 0.79 0 0.59 300 0.65 0.25
Hex 68 16 68 0 4F 0 3B 12C 41 19
Octal 150 26 150 0 117 0 73 454 101 31
Binary 1101000 10110 1101000 0 1001111 0 111011 100101100 1000001 11001

Color Harmonies of #681668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681668

Black with #681668

Text Example


Text Example

White with #681668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681668; }

 p { color: rgb(104,22,104); }

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

background-color css

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

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

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

border-color css

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

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

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