Html Css Color HEX #6D1F56 Palatinate Purple

📋 copy color: '#6D1F56'

red 109 ◦ green 31 ◦ blue 86

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

Shades of Palatinate Purple #6D1F56

Tints of Palatinate Purple #6D1F56

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.72%

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

R = 48.23%
G = 13.72%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0.57

RGB Variations

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

Color information

#6D1F56 (or 0x6D1F56) is known color: Palatinate Purple. HEX triplet: 6D, 1F and 56. RGB value is (109,31,86). Sum of RGB (Red+Green+Blue) = 109+31+86=226 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.23% from 226); Green value is 31 (12.5% from 255 or 13.72% from 226); Blue value is 86 (33.98% from 255 or 38.05% from 226); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1F56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1F56 is #92E0A9. Grayscale: #3C3C3C. Windows color (decimal): -9625770 or 5644141. OLE color: 5644141.

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

Color convert

RGB 109 31 86 -
CMYK 0 0.72 0.21 0.57
HSL 317.69º 0.56% 0.27% -
HSV(B) 317.69º 0.72% 0.43% -
XYZ 8.48 4.9 9.3 -
YUV 60.59 142.34 162.53 -
System Red Green Blue C M Y K H S L
Decimal 109 31 86 0 0.72 0.21 0.57 317.69 0.56 0.27
Hex 6D 1F 56 0 48 15 39 13E 38 1B
Octal 155 37 126 0 110 25 71 476 70 33
Binary 1101101 11111 1010110 0 1001000 10101 111001 100111110 111000 11011

Color Harmonies of #6D1F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1F56

Black with #6D1F56

Text Example


Text Example

White with #6D1F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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