Html Css Color HEX #684462 Palatinate Purple

📋 copy color: '#684462'

red 104 ◦ green 68 ◦ blue 98

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

Shades of Palatinate Purple #684462

Tints of Palatinate Purple #684462

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.19%

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

R = 38.52%
G = 25.19%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#684462 (or 0x684462) is known color: Palatinate Purple. HEX triplet: 68, 44 and 62. RGB value is (104,68,98). Sum of RGB (Red+Green+Blue) = 104+68+98=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 98 (38.67% from 255 or 36.30% from 270); Max value from RGB is 104 - color contains mainly: red. Hex color #684462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684462 is #97BB9D. Grayscale: #525252. Windows color (decimal): -9943966 or 6440040. OLE color: 6440040.

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

Color convert

RGB 104 68 98 -
CMYK 0 0.35 0.06 0.59
HSL 310º 0.21% 0.34% -
HSV(B) 310º 0.35% 0.41% -
XYZ 9.98 7.96 12.57 -
YUV 82.18 136.93 143.56 -
System Red Green Blue C M Y K H S L
Decimal 104 68 98 0 0.35 0.06 0.59 310 0.21 0.34
Hex 68 44 62 0 23 6 3B 136 15 22
Octal 150 104 142 0 43 6 73 466 25 42
Binary 1101000 1000100 1100010 0 100011 110 111011 100110110 10101 100010

Color Harmonies of #684462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684462

Black with #684462

Text Example


Text Example

White with #684462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684462; }

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

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

background-color css

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

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

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

border-color css

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

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

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