Html Css Color HEX #6D0B56 Palatinate Purple

📋 copy color: '#6D0B56'

red 109 ◦ green 11 ◦ blue 86

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

Shades of Palatinate Purple #6D0B56

Tints of Palatinate Purple #6D0B56

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.34%

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

R = 52.91%
G = 5.34%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.57

RGB Variations

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

Color information

#6D0B56 (or 0x6D0B56) is known color: Palatinate Purple. HEX triplet: 6D, 0B and 56. RGB value is (109,11,86). Sum of RGB (Red+Green+Blue) = 109+11+86=206 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.91% from 206); Green value is 11 (4.69% from 255 or 5.34% from 206); Blue value is 86 (33.98% from 255 or 41.75% from 206); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0B56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0B56 is #92F4A9. Grayscale: #303030. Windows color (decimal): -9630890 or 5639021. OLE color: 5639021.

HSL color Cylindrical-coordinate representation of color #6D0B56: hue angle of 314.08º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D0B56 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 11 86 -
CMYK 0 0.90 0.21 0.57
HSL 314.08º 0.82% 0.24% -
HSV(B) 314.08º 0.9% 0.43% -
XYZ 8.11 4.16 9.18 -
YUV 48.85 148.97 170.9 -
System Red Green Blue C M Y K H S L
Decimal 109 11 86 0 0.90 0.21 0.57 314.08 0.82 0.24
Hex 6D B 56 0 5A 15 39 13A 52 18
Octal 155 13 126 0 132 25 71 472 122 30
Binary 1101101 1011 1010110 0 1011010 10101 111001 100111010 1010010 11000

Color Harmonies of #6D0B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0B56

Black with #6D0B56

Text Example


Text Example

White with #6D0B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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