Html Css Color HEX #682356 Palatinate Purple

📋 copy color: '#682356'

red 104 ◦ green 35 ◦ blue 86

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

Shades of Palatinate Purple #682356

Tints of Palatinate Purple #682356

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.56%

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

R = 46.22%
G = 15.56%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#682356 (or 0x682356) is known color: Palatinate Purple. HEX triplet: 68, 23 and 56. RGB value is (104,35,86). Sum of RGB (Red+Green+Blue) = 104+35+86=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #682356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682356 is #97DCA9. Grayscale: #3D3D3D. Windows color (decimal): -9952426 or 5645160. OLE color: 5645160.

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

Color convert

RGB 104 35 86 -
CMYK 0 0.66 0.17 0.59
HSL 315.65º 0.5% 0.27% -
HSV(B) 315.65º 0.66% 0.41% -
XYZ 7.99 4.82 9.31 -
YUV 61.45 141.86 158.35 -
System Red Green Blue C M Y K H S L
Decimal 104 35 86 0 0.66 0.17 0.59 315.65 0.5 0.27
Hex 68 23 56 0 42 11 3B 13C 32 1B
Octal 150 43 126 0 102 21 73 474 62 33
Binary 1101000 100011 1010110 0 1000010 10001 111011 100111100 110010 11011

Color Harmonies of #682356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682356

Black with #682356

Text Example


Text Example

White with #682356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682356; }

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

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

background-color css

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

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

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

border-color css

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

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

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