Html Css Color HEX #683558 Palatinate Purple

📋 copy color: '#683558'

red 104 ◦ green 53 ◦ blue 88

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

Shades of Palatinate Purple #683558

Tints of Palatinate Purple #683558

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.63%

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

R = 42.45%
G = 21.63%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#683558 (or 0x683558) is known color: Palatinate Purple. HEX triplet: 68, 35 and 58. RGB value is (104,53,88). Sum of RGB (Red+Green+Blue) = 104+53+88=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #683558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683558 is #97CAA7. Grayscale: #484848. Windows color (decimal): -9947816 or 5780840. OLE color: 5780840.

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

Color convert

RGB 104 53 88 -
CMYK 0 0.49 0.15 0.59
HSL 318.82º 0.32% 0.31% -
HSV(B) 318.82º 0.49% 0.41% -
XYZ 8.74 6.19 9.97 -
YUV 72.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 104 53 88 0 0.49 0.15 0.59 318.82 0.32 0.31
Hex 68 35 58 0 31 F 3B 13F 20 1F
Octal 150 65 130 0 61 17 73 477 40 37
Binary 1101000 110101 1011000 0 110001 1111 111011 100111111 100000 11111

Color Harmonies of #683558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683558

Black with #683558

Text Example


Text Example

White with #683558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683558; }

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

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

background-color css

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

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

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

border-color css

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

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

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