Html Css Color HEX #683962 Palatinate Purple

📋 copy color: '#683962'

red 104 ◦ green 57 ◦ blue 98

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

Shades of Palatinate Purple #683962

Tints of Palatinate Purple #683962

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.01%

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

R = 40.15%
G = 22.01%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#683962 (or 0x683962) is known color: Palatinate Purple. HEX triplet: 68, 39 and 62. RGB value is (104,57,98). Sum of RGB (Red+Green+Blue) = 104+57+98=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 104 - color contains mainly: red. Hex color #683962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683962 is #97C69D. Grayscale: #4B4B4B. Windows color (decimal): -9946782 or 6437224. OLE color: 6437224.

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

Color convert

RGB 104 57 98 -
CMYK 0 0.45 0.06 0.59
HSL 307.66º 0.29% 0.32% -
HSV(B) 307.66º 0.45% 0.41% -
XYZ 9.38 6.75 12.36 -
YUV 75.73 140.57 148.17 -
System Red Green Blue C M Y K H S L
Decimal 104 57 98 0 0.45 0.06 0.59 307.66 0.29 0.32
Hex 68 39 62 0 2D 6 3B 134 1D 20
Octal 150 71 142 0 55 6 73 464 35 40
Binary 1101000 111001 1100010 0 101101 110 111011 100110100 11101 100000

Color Harmonies of #683962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683962

Black with #683962

Text Example


Text Example

White with #683962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683962; }

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

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

background-color css

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

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

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

border-color css

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

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

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