Html Css Color HEX #683E5F Palatinate Purple

📋 copy color: '#683E5F'

red 104 ◦ green 62 ◦ blue 95

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

Shades of Palatinate Purple #683E5F

Tints of Palatinate Purple #683E5F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.75%

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

R = 39.85%
G = 23.75%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#683E5F (or 0x683E5F) is known color: Palatinate Purple. HEX triplet: 68, 3E and 5F. RGB value is (104,62,95). Sum of RGB (Red+Green+Blue) = 104+62+95=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 62 (24.61% from 255 or 23.75% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 104 - color contains mainly: red. Hex color #683E5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683E5F is #97C1A0. Grayscale: #4E4E4E. Windows color (decimal): -9945505 or 6241896. OLE color: 6241896.

HSL color Cylindrical-coordinate representation of color #683E5F: hue angle of 312.86º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #683E5F is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 62 95 -
CMYK 0 0.40 0.09 0.59
HSL 312.86º 0.25% 0.33% -
HSV(B) 312.86º 0.4% 0.41% -
XYZ 9.5 7.21 11.72 -
YUV 78.32 137.41 146.32 -
System Red Green Blue C M Y K H S L
Decimal 104 62 95 0 0.40 0.09 0.59 312.86 0.25 0.33
Hex 68 3E 5F 0 28 9 3B 139 19 21
Octal 150 76 137 0 50 11 73 471 31 41
Binary 1101000 111110 1011111 0 101000 1001 111011 100111001 11001 100001

Color Harmonies of #683E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683E5F

Black with #683E5F

Text Example


Text Example

White with #683E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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