Html Css Color HEX #6D095E Palatinate Purple

📋 copy color: '#6D095E'

red 109 ◦ green 9 ◦ blue 94

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

Shades of Palatinate Purple #6D095E

Tints of Palatinate Purple #6D095E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.25%

 BLUE value IS 94 (37.11% from 255) = 44.34%

R = 51.42%
G = 4.25%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#6D095E (or 0x6D095E) is known color: Palatinate Purple. HEX triplet: 6D, 09 and 5E. RGB value is (109,9,94). Sum of RGB (Red+Green+Blue) = 109+9+94=212 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.42% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 94 (37.11% from 255 or 44.34% from 212); Max value from RGB is 109 - color contains mainly: red. Hex color #6D095E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D095E is #92F6A1. Grayscale: #303030. Windows color (decimal): -9631394 or 6162797. OLE color: 6162797.

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

Color convert

RGB 109 9 94 -
CMYK 0 0.92 0.14 0.57
HSL 309º 0.85% 0.23% -
HSV(B) 309º 0.92% 0.43% -
XYZ 8.42 4.25 10.97 -
YUV 48.59 153.63 171.09 -
System Red Green Blue C M Y K H S L
Decimal 109 9 94 0 0.92 0.14 0.57 309 0.85 0.23
Hex 6D 9 5E 0 5C E 39 135 55 17
Octal 155 11 136 0 134 16 71 465 125 27
Binary 1101101 1001 1011110 0 1011100 1110 111001 100110101 1010101 10111

Color Harmonies of #6D095E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D095E

Black with #6D095E

Text Example


Text Example

White with #6D095E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,9,94); }

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

background-color css

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

 a { background-color: rgb(109,9,94); }

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

border-color css

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

 span { border-color: rgb(109,9,94); }

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