Html Css Color HEX #683858 Palatinate Purple

📋 copy color: '#683858'

red 104 ◦ green 56 ◦ blue 88

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

Shades of Palatinate Purple #683858

Tints of Palatinate Purple #683858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 35.48%

R = 41.94%
G = 22.58%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#683858 (or 0x683858) is known color: Palatinate Purple. HEX triplet: 68, 38 and 58. RGB value is (104,56,88). Sum of RGB (Red+Green+Blue) = 104+56+88=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 104 - color contains mainly: red. Hex color #683858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683858 is #97C7A7. Grayscale: #494949. Windows color (decimal): -9947048 or 5781608. OLE color: 5781608.

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

Color convert

RGB 104 56 88 -
CMYK 0 0.46 0.15 0.59
HSL 320º 0.3% 0.31% -
HSV(B) 320º 0.46% 0.41% -
XYZ 8.88 6.48 10.01 -
YUV 74 135.9 149.4 -
System Red Green Blue C M Y K H S L
Decimal 104 56 88 0 0.46 0.15 0.59 320 0.3 0.31
Hex 68 38 58 0 2E F 3B 140 1E 1F
Octal 150 70 130 0 56 17 73 500 36 37
Binary 1101000 111000 1011000 0 101110 1111 111011 101000000 11110 11111

Color Harmonies of #683858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683858

Black with #683858

Text Example


Text Example

White with #683858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683858; }

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

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

background-color css

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

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

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

border-color css

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

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

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