Html Css Color HEX #6D0861 Palatinate Purple

📋 copy color: '#6D0861'

red 109 ◦ green 8 ◦ blue 97

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

Shades of Palatinate Purple #6D0861

Tints of Palatinate Purple #6D0861

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.74%

 BLUE value IS 97 (38.28% from 255) = 45.33%

R = 50.93%
G = 3.74%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.57

RGB Variations

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

Color information

#6D0861 (or 0x6D0861) is known color: Palatinate Purple. HEX triplet: 6D, 08 and 61. RGB value is (109,8,97). Sum of RGB (Red+Green+Blue) = 109+8+97=214 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.93% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0861 is #92F79E. Grayscale: #303030. Windows color (decimal): -9631647 or 6359149. OLE color: 6359149.

HSL color Cylindrical-coordinate representation of color #6D0861: hue angle of 307.13º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D0861 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 8 97 -
CMYK 0 0.93 0.11 0.57
HSL 307.13º 0.86% 0.23% -
HSV(B) 307.13º 0.93% 0.43% -
XYZ 8.55 4.29 11.69 -
YUV 48.35 155.46 171.26 -
System Red Green Blue C M Y K H S L
Decimal 109 8 97 0 0.93 0.11 0.57 307.13 0.86 0.23
Hex 6D 8 61 0 5D B 39 133 56 17
Octal 155 10 141 0 135 13 71 463 126 27
Binary 1101101 1000 1100001 0 1011101 1011 111001 100110011 1010110 10111

Color Harmonies of #6D0861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0861

Black with #6D0861

Text Example


Text Example

White with #6D0861

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,8,97); }

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

background-color css

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

 a { background-color: rgb(109,8,97); }

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

border-color css

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

 span { border-color: rgb(109,8,97); }

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