Html Css Color HEX #683661 Palatinate Purple

📋 copy color: '#683661'

red 104 ◦ green 54 ◦ blue 97

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

Shades of Palatinate Purple #683661

Tints of Palatinate Purple #683661

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.18%

 BLUE value IS 97 (38.28% from 255) = 38.04%

R = 40.78%
G = 21.18%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#683661 (or 0x683661) is known color: Palatinate Purple. HEX triplet: 68, 36 and 61. RGB value is (104,54,97). Sum of RGB (Red+Green+Blue) = 104+54+97=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 104 - color contains mainly: red. Hex color #683661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683661 is #97C99E. Grayscale: #494949. Windows color (decimal): -9947551 or 6370920. OLE color: 6370920.

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

Color convert

RGB 104 54 97 -
CMYK 0 0.48 0.07 0.59
HSL 308.4º 0.32% 0.31% -
HSV(B) 308.4º 0.48% 0.41% -
XYZ 9.19 6.44 12.07 -
YUV 73.85 141.07 149.5 -
System Red Green Blue C M Y K H S L
Decimal 104 54 97 0 0.48 0.07 0.59 308.4 0.32 0.31
Hex 68 36 61 0 30 7 3B 134 20 1F
Octal 150 66 141 0 60 7 73 464 40 37
Binary 1101000 110110 1100001 0 110000 111 111011 100110100 100000 11111

Color Harmonies of #683661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683661

Black with #683661

Text Example


Text Example

White with #683661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683661; }

 p { color: rgb(104,54,97); }

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

background-color css

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

 a { background-color: rgb(104,54,97); }

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

border-color css

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

 span { border-color: rgb(104,54,97); }

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