Html Css Color HEX #6D136A Palatinate Purple

📋 copy color: '#6D136A'

red 109 ◦ green 19 ◦ blue 106

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

Shades of Palatinate Purple #6D136A

Tints of Palatinate Purple #6D136A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.12%

 BLUE value IS 106 (41.8% from 255) = 45.3%

R = 46.58%
G = 8.12%
B = 45.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.57

RGB Variations

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

Color information

#6D136A (or 0x6D136A) is known color: Palatinate Purple. HEX triplet: 6D, 13 and 6A. RGB value is (109,19,106). Sum of RGB (Red+Green+Blue) = 109+19+106=234 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.58% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 106 (41.80% from 255 or 45.30% from 234); Max value from RGB is 109 - color contains mainly: red. Hex color #6D136A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D136A is #92EC95. Grayscale: #373737. Windows color (decimal): -9628822 or 6951789. OLE color: 6951789.

HSL color Cylindrical-coordinate representation of color #6D136A: hue angle of 302º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D136A is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 19 106 -
CMYK 0 0.83 0.03 0.57
HSL 302º 0.7% 0.25% -
HSV(B) 302º 0.83% 0.43% -
XYZ 9.14 4.76 14.07 -
YUV 55.83 156.32 165.93 -
System Red Green Blue C M Y K H S L
Decimal 109 19 106 0 0.83 0.03 0.57 302 0.7 0.25
Hex 6D 13 6A 0 53 3 39 12E 46 19
Octal 155 23 152 0 123 3 71 456 106 31
Binary 1101101 10011 1101010 0 1010011 11 111001 100101110 1000110 11001

Color Harmonies of #6D136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D136A

Black with #6D136A

Text Example


Text Example

White with #6D136A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,19,106); }

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

background-color css

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

 a { background-color: rgb(109,19,106); }

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

border-color css

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

 span { border-color: rgb(109,19,106); }

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