Html Css Color HEX #682764 Palatinate Purple

📋 copy color: '#682764'

red 104 ◦ green 39 ◦ blue 100

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

Shades of Palatinate Purple #682764

Tints of Palatinate Purple #682764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 41.15%

R = 42.8%
G = 16.05%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#682764 (or 0x682764) is known color: Palatinate Purple. HEX triplet: 68, 27 and 64. RGB value is (104,39,100). Sum of RGB (Red+Green+Blue) = 104+39+100=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 100 (39.45% from 255 or 41.15% from 243); Max value from RGB is 104 - color contains mainly: red. Hex color #682764 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682764 is #97D89B. Grayscale: #414141. Windows color (decimal): -9951388 or 6563688. OLE color: 6563688.

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

Color convert

RGB 104 39 100 -
CMYK 0 0.62 0.04 0.59
HSL 303.69º 0.45% 0.28% -
HSV(B) 303.69º 0.63% 0.41% -
XYZ 8.73 5.31 12.62 -
YUV 65.39 147.53 155.54 -
System Red Green Blue C M Y K H S L
Decimal 104 39 100 0 0.62 0.04 0.59 303.69 0.45 0.28
Hex 68 27 64 0 3E 4 3B 130 2D 1C
Octal 150 47 144 0 76 4 73 460 55 34
Binary 1101000 100111 1100100 0 111110 100 111011 100110000 101101 11100

Color Harmonies of #682764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682764

Black with #682764

Text Example


Text Example

White with #682764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682764; }

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

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

background-color css

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

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

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

border-color css

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

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

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