Html Css Color HEX #683C5F Palatinate Purple

📋 copy color: '#683C5F'

red 104 ◦ green 60 ◦ blue 95

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

Shades of Palatinate Purple #683C5F

Tints of Palatinate Purple #683C5F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.17%

 BLUE value IS 95 (37.5% from 255) = 36.68%

R = 40.15%
G = 23.17%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#683C5F (or 0x683C5F) is known color: Palatinate Purple. HEX triplet: 68, 3C and 5F. RGB value is (104,60,95). Sum of RGB (Red+Green+Blue) = 104+60+95=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 60 (23.83% from 255 or 23.17% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 104 - color contains mainly: red. Hex color #683C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683C5F is #97C3A0. Grayscale: #4D4D4D. Windows color (decimal): -9946017 or 6241384. OLE color: 6241384.

HSL color Cylindrical-coordinate representation of color #683C5F: hue angle of 312.27º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #683C5F is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 60 95 -
CMYK 0 0.42 0.09 0.59
HSL 312.27º 0.27% 0.32% -
HSV(B) 312.27º 0.42% 0.41% -
XYZ 9.39 7 11.68 -
YUV 77.15 138.08 147.15 -
System Red Green Blue C M Y K H S L
Decimal 104 60 95 0 0.42 0.09 0.59 312.27 0.27 0.32
Hex 68 3C 5F 0 2A 9 3B 138 1B 20
Octal 150 74 137 0 52 11 73 470 33 40
Binary 1101000 111100 1011111 0 101010 1001 111011 100111000 11011 100000

Color Harmonies of #683C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683C5F

Black with #683C5F

Text Example


Text Example

White with #683C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683C5F; }

 p { color: rgb(104,60,95); }

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

background-color css

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

 a { background-color: rgb(104,60,95); }

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

border-color css

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

 span { border-color: rgb(104,60,95); }

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