Html Css Color HEX #683662 Palatinate Purple

📋 copy color: '#683662'

red 104 ◦ green 54 ◦ blue 98

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

Shades of Palatinate Purple #683662

Tints of Palatinate Purple #683662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 38.28%

R = 40.63%
G = 21.09%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#683662 (or 0x683662) is known color: Palatinate Purple. HEX triplet: 68, 36 and 62. RGB value is (104,54,98). Sum of RGB (Red+Green+Blue) = 104+54+98=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 104 - color contains mainly: red. Hex color #683662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683662 is #97C99D. Grayscale: #494949. Windows color (decimal): -9947550 or 6436456. OLE color: 6436456.

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

Color convert

RGB 104 54 98 -
CMYK 0 0.48 0.06 0.59
HSL 307.2º 0.32% 0.31% -
HSV(B) 307.2º 0.48% 0.41% -
XYZ 9.23 6.46 12.32 -
YUV 73.97 141.57 149.42 -
System Red Green Blue C M Y K H S L
Decimal 104 54 98 0 0.48 0.06 0.59 307.2 0.32 0.31
Hex 68 36 62 0 30 6 3B 133 20 1F
Octal 150 66 142 0 60 6 73 463 40 37
Binary 1101000 110110 1100010 0 110000 110 111011 100110011 100000 11111

Color Harmonies of #683662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683662

Black with #683662

Text Example


Text Example

White with #683662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683662; }

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

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

background-color css

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

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

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

border-color css

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

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

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