Html Css Color HEX #6D1056 Palatinate Purple

📋 copy color: '#6D1056'

red 109 ◦ green 16 ◦ blue 86

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

Shades of Palatinate Purple #6D1056

Tints of Palatinate Purple #6D1056

RGB

 RED value IS 109 (42.97% from 255) = 51.66%

 GREEN value IS 16 (6.64% from 255) = 7.58%

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

R = 51.66%
G = 7.58%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.57

RGB Variations

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

Color information

#6D1056 (or 0x6D1056) is known color: Palatinate Purple. HEX triplet: 6D, 10 and 56. RGB value is (109,16,86). Sum of RGB (Red+Green+Blue) = 109+16+86=211 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.66% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1056 is #92EFA9. Grayscale: #333333. Windows color (decimal): -9629610 or 5640301. OLE color: 5640301.

HSL color Cylindrical-coordinate representation of color #6D1056: hue angle of 314.84º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D1056 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 16 86 -
CMYK 0 0.85 0.21 0.57
HSL 314.84º 0.74% 0.25% -
HSV(B) 314.84º 0.85% 0.43% -
XYZ 8.17 4.29 9.2 -
YUV 51.79 147.31 168.81 -
System Red Green Blue C M Y K H S L
Decimal 109 16 86 0 0.85 0.21 0.57 314.84 0.74 0.25
Hex 6D 10 56 0 55 15 39 13B 4A 19
Octal 155 20 126 0 125 25 71 473 112 31
Binary 1101101 10000 1010110 0 1010101 10101 111001 100111011 1001010 11001

Color Harmonies of #6D1056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1056

Black with #6D1056

Text Example


Text Example

White with #6D1056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,16,86); }

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

background-color css

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

 a { background-color: rgb(109,16,86); }

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

border-color css

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

 span { border-color: rgb(109,16,86); }

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