Html Css Color HEX #6A2356 Palatinate Purple

📋 copy color: '#6A2356'

red 106 ◦ green 35 ◦ blue 86

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

Shades of Palatinate Purple #6A2356

Tints of Palatinate Purple #6A2356

RGB

 RED value IS 106 (41.8% from 255) = 46.7%

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

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

R = 46.7%
G = 15.42%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.58

RGB Variations

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

Color information

#6A2356 (or 0x6A2356) is known color: Palatinate Purple. HEX triplet: 6A, 23 and 56. RGB value is (106,35,86). Sum of RGB (Red+Green+Blue) = 106+35+86=227 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.70% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2356 is #95DCA9. Grayscale: #3D3D3D. Windows color (decimal): -9821354 or 5645162. OLE color: 5645162.

HSL color Cylindrical-coordinate representation of color #6A2356: hue angle of 316.9º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6A2356 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 35 86 -
CMYK 0 0.67 0.19 0.58
HSL 316.9º 0.5% 0.28% -
HSV(B) 316.9º 0.67% 0.42% -
XYZ 8.22 4.94 9.32 -
YUV 62.04 141.52 159.35 -
System Red Green Blue C M Y K H S L
Decimal 106 35 86 0 0.67 0.19 0.58 316.9 0.5 0.28
Hex 6A 23 56 0 43 13 3A 13D 32 1C
Octal 152 43 126 0 103 23 72 475 62 34
Binary 1101010 100011 1010110 0 1000011 10011 111010 100111101 110010 11100

Color Harmonies of #6A2356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2356

Black with #6A2356

Text Example


Text Example

White with #6A2356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A2356; }

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

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

background-color css

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

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

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

border-color css

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

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

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