Html Css Color HEX #681468 Palatinate Purple

📋 copy color: '#681468'

red 104 ◦ green 20 ◦ blue 104

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

Shades of Palatinate Purple #681468

Tints of Palatinate Purple #681468

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.77%

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

R = 45.61%
G = 8.77%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#681468 (or 0x681468) is known color: Palatinate Purple. HEX triplet: 68, 14 and 68. RGB value is (104,20,104). Sum of RGB (Red+Green+Blue) = 104+20+104=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #681468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681468 is #97EB97. Grayscale: #363636. Windows color (decimal): -9956248 or 6820968. OLE color: 6820968.

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

Color convert

RGB 104 20 104 -
CMYK 0 0.81 0 0.59
HSL 300º 0.68% 0.24% -
HSV(B) 300º 0.81% 0.41% -
XYZ 8.46 4.44 13.51 -
YUV 54.69 155.83 163.17 -
System Red Green Blue C M Y K H S L
Decimal 104 20 104 0 0.81 0 0.59 300 0.68 0.24
Hex 68 14 68 0 51 0 3B 12C 44 18
Octal 150 24 150 0 121 0 73 454 104 30
Binary 1101000 10100 1101000 0 1010001 0 111011 100101100 1000100 11000

Color Harmonies of #681468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681468

Black with #681468

Text Example


Text Example

White with #681468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681468; }

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

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

background-color css

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

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

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

border-color css

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

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

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