Html Css Color HEX #683862 Palatinate Purple

📋 copy color: '#683862'

red 104 ◦ green 56 ◦ blue 98

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

Shades of Palatinate Purple #683862

Tints of Palatinate Purple #683862

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.71%

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

R = 40.31%
G = 21.71%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#683862 (or 0x683862) is known color: Palatinate Purple. HEX triplet: 68, 38 and 62. RGB value is (104,56,98). Sum of RGB (Red+Green+Blue) = 104+56+98=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 98 (38.67% from 255 or 37.98% from 258); Max value from RGB is 104 - color contains mainly: red. Hex color #683862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683862 is #97C79D. Grayscale: #4B4B4B. Windows color (decimal): -9947038 or 6436968. OLE color: 6436968.

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

Color convert

RGB 104 56 98 -
CMYK 0 0.46 0.06 0.59
HSL 307.5º 0.3% 0.31% -
HSV(B) 307.5º 0.46% 0.41% -
XYZ 9.33 6.65 12.35 -
YUV 75.14 140.9 148.58 -
System Red Green Blue C M Y K H S L
Decimal 104 56 98 0 0.46 0.06 0.59 307.5 0.3 0.31
Hex 68 38 62 0 2E 6 3B 134 1E 1F
Octal 150 70 142 0 56 6 73 464 36 37
Binary 1101000 111000 1100010 0 101110 110 111011 100110100 11110 11111

Color Harmonies of #683862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683862

Black with #683862

Text Example


Text Example

White with #683862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683862; }

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

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

background-color css

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

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

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

border-color css

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

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

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