Html Css Color HEX #682668 Palatinate Purple

📋 copy color: '#682668'

red 104 ◦ green 38 ◦ blue 104

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

Shades of Palatinate Purple #682668

Tints of Palatinate Purple #682668

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.45%

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

R = 42.28%
G = 15.45%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#682668 (or 0x682668) is known color: Palatinate Purple. HEX triplet: 68, 26 and 68. RGB value is (104,38,104). Sum of RGB (Red+Green+Blue) = 104+38+104=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #682668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682668 is #97D997. Grayscale: #414141. Windows color (decimal): -9951640 or 6825576. OLE color: 6825576.

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

Color convert

RGB 104 38 104 -
CMYK 0 0.63 0 0.59
HSL 300º 0.46% 0.28% -
HSV(B) 300º 0.63% 0.41% -
XYZ 8.9 5.33 13.66 -
YUV 65.26 149.87 155.63 -
System Red Green Blue C M Y K H S L
Decimal 104 38 104 0 0.63 0 0.59 300 0.46 0.28
Hex 68 26 68 0 3F 0 3B 12C 2E 1C
Octal 150 46 150 0 77 0 73 454 56 34
Binary 1101000 100110 1101000 0 111111 0 111011 100101100 101110 11100

Color Harmonies of #682668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682668

Black with #682668

Text Example


Text Example

White with #682668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682668; }

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

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

background-color css

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

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

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

border-color css

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

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

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