Html Css Color HEX #682766 Palatinate Purple

📋 copy color: '#682766'

red 104 ◦ green 39 ◦ blue 102

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

Shades of Palatinate Purple #682766

Tints of Palatinate Purple #682766

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.92%

 BLUE value IS 102 (40.23% from 255) = 41.63%

R = 42.45%
G = 15.92%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#682766 (or 0x682766) is known color: Palatinate Purple. HEX triplet: 68, 27 and 66. RGB value is (104,39,102). Sum of RGB (Red+Green+Blue) = 104+39+102=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 102 (40.23% from 255 or 41.63% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #682766 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682766 is #97D899. Grayscale: #414141. Windows color (decimal): -9951386 or 6694760. OLE color: 6694760.

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

Color convert

RGB 104 39 102 -
CMYK 0 0.62 0.02 0.59
HSL 301.85º 0.45% 0.28% -
HSV(B) 301.85º 0.63% 0.41% -
XYZ 8.83 5.35 13.14 -
YUV 65.62 148.53 155.38 -
System Red Green Blue C M Y K H S L
Decimal 104 39 102 0 0.62 0.02 0.59 301.85 0.45 0.28
Hex 68 27 66 0 3E 2 3B 12E 2D 1C
Octal 150 47 146 0 76 2 73 456 55 34
Binary 1101000 100111 1100110 0 111110 10 111011 100101110 101101 11100

Color Harmonies of #682766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682766

Black with #682766

Text Example


Text Example

White with #682766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682766; }

 p { color: rgb(104,39,102); }

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

background-color css

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

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

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

border-color css

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

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

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