Html Css Color HEX #6D095B Palatinate Purple

📋 copy color: '#6D095B'

red 109 ◦ green 9 ◦ blue 91

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

Shades of Palatinate Purple #6D095B

Tints of Palatinate Purple #6D095B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 43.54%

R = 52.15%
G = 4.31%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6D095B (or 0x6D095B) is known color: Palatinate Purple. HEX triplet: 6D, 09 and 5B. RGB value is (109,9,91). Sum of RGB (Red+Green+Blue) = 109+9+91=209 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.15% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 109 - color contains mainly: red. Hex color #6D095B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D095B is #92F6A4. Grayscale: #303030. Windows color (decimal): -9631397 or 5966189. OLE color: 5966189.

HSL color Cylindrical-coordinate representation of color #6D095B: hue angle of 310.8º 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 #6D095B is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 9 91 -
CMYK 0 0.92 0.17 0.57
HSL 310.8º 0.85% 0.23% -
HSV(B) 310.8º 0.92% 0.43% -
XYZ 8.29 4.2 10.27 -
YUV 48.25 152.13 171.33 -
System Red Green Blue C M Y K H S L
Decimal 109 9 91 0 0.92 0.17 0.57 310.8 0.85 0.23
Hex 6D 9 5B 0 5C 11 39 137 55 17
Octal 155 11 133 0 134 21 71 467 125 27
Binary 1101101 1001 1011011 0 1011100 10001 111001 100110111 1010101 10111

Color Harmonies of #6D095B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D095B

Black with #6D095B

Text Example


Text Example

White with #6D095B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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