Html Css Color HEX #6A2156 Palatinate Purple

📋 copy color: '#6A2156'

red 106 ◦ green 33 ◦ blue 86

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

Shades of Palatinate Purple #6A2156

Tints of Palatinate Purple #6A2156

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.67%

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

R = 47.11%
G = 14.67%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.58

RGB Variations

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

Color information

#6A2156 (or 0x6A2156) is known color: Palatinate Purple. HEX triplet: 6A, 21 and 56. RGB value is (106,33,86). Sum of RGB (Red+Green+Blue) = 106+33+86=225 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.11% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2156 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2156 is #95DEA9. Grayscale: #3C3C3C. Windows color (decimal): -9821866 or 5644650. OLE color: 5644650.

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

Color convert

RGB 106 33 86 -
CMYK 0 0.69 0.19 0.58
HSL 316.44º 0.53% 0.27% -
HSV(B) 316.44º 0.69% 0.42% -
XYZ 8.17 4.82 9.3 -
YUV 60.87 142.18 160.19 -
System Red Green Blue C M Y K H S L
Decimal 106 33 86 0 0.69 0.19 0.58 316.44 0.53 0.27
Hex 6A 21 56 0 45 13 3A 13C 35 1B
Octal 152 41 126 0 105 23 72 474 65 33
Binary 1101010 100001 1010110 0 1000101 10011 111010 100111100 110101 11011

Color Harmonies of #6A2156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2156

Black with #6A2156

Text Example


Text Example

White with #6A2156

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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