Html Css Color HEX #683456 Palatinate Purple

📋 copy color: '#683456'

red 104 ◦ green 52 ◦ blue 86

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

Shades of Palatinate Purple #683456

Tints of Palatinate Purple #683456

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.49%

 BLUE value IS 86 (33.98% from 255) = 35.54%

R = 42.98%
G = 21.49%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#683456 (or 0x683456) is known color: Palatinate Purple. HEX triplet: 68, 34 and 56. RGB value is (104,52,86). Sum of RGB (Red+Green+Blue) = 104+52+86=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 104 - color contains mainly: red. Hex color #683456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683456 is #97CBA9. Grayscale: #474747. Windows color (decimal): -9948074 or 5649512. OLE color: 5649512.

HSL color Cylindrical-coordinate representation of color #683456: hue angle of 320.77º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #683456 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 52 86 -
CMYK 0 0.50 0.17 0.59
HSL 320.77º 0.33% 0.31% -
HSV(B) 320.77º 0.5% 0.41% -
XYZ 8.62 6.07 9.52 -
YUV 71.42 136.23 151.24 -
System Red Green Blue C M Y K H S L
Decimal 104 52 86 0 0.50 0.17 0.59 320.77 0.33 0.31
Hex 68 34 56 0 32 11 3B 141 21 1F
Octal 150 64 126 0 62 21 73 501 41 37
Binary 1101000 110100 1010110 0 110010 10001 111011 101000001 100001 11111

Color Harmonies of #683456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683456

Black with #683456

Text Example


Text Example

White with #683456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683456; }

 p { color: rgb(104,52,86); }

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

background-color css

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

 a { background-color: rgb(104,52,86); }

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

border-color css

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

 span { border-color: rgb(104,52,86); }

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