Html Css Color HEX #684262 Palatinate Purple

📋 copy color: '#684262'

red 104 ◦ green 66 ◦ blue 98

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

Shades of Palatinate Purple #684262

Tints of Palatinate Purple #684262

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.63%

 BLUE value IS 98 (38.67% from 255) = 36.57%

R = 38.81%
G = 24.63%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#684262 (or 0x684262) is known color: Palatinate Purple. HEX triplet: 68, 42 and 62. RGB value is (104,66,98). Sum of RGB (Red+Green+Blue) = 104+66+98=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 104 - color contains mainly: red. Hex color #684262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684262 is #97BD9D. Grayscale: #505050. Windows color (decimal): -9944478 or 6439528. OLE color: 6439528.

HSL color Cylindrical-coordinate representation of color #684262: hue angle of 309.47º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #684262 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 66 98 -
CMYK 0 0.37 0.06 0.59
HSL 309.47º 0.22% 0.33% -
HSV(B) 309.47º 0.37% 0.41% -
XYZ 9.86 7.72 12.53 -
YUV 81.01 137.59 144.4 -
System Red Green Blue C M Y K H S L
Decimal 104 66 98 0 0.37 0.06 0.59 309.47 0.22 0.33
Hex 68 42 62 0 25 6 3B 135 16 21
Octal 150 102 142 0 45 6 73 465 26 41
Binary 1101000 1000010 1100010 0 100101 110 111011 100110101 10110 100001

Color Harmonies of #684262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684262

Black with #684262

Text Example


Text Example

White with #684262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684262; }

 p { color: rgb(104,66,98); }

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

background-color css

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

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

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

border-color css

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

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

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