Html Css Color HEX #6D136C Palatinate Purple

📋 copy color: '#6D136C'

red 109 ◦ green 19 ◦ blue 108

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

Shades of Palatinate Purple #6D136C

Tints of Palatinate Purple #6D136C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 45.76%

R = 46.19%
G = 8.05%
B = 45.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.57

RGB Variations

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

Color information

#6D136C (or 0x6D136C) is known color: Palatinate Purple. HEX triplet: 6D, 13 and 6C. RGB value is (109,19,108). Sum of RGB (Red+Green+Blue) = 109+19+108=236 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.19% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 109 - color contains mainly: red. Hex color #6D136C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D136C is #92EC93. Grayscale: #373737. Windows color (decimal): -9628820 or 7082861. OLE color: 7082861.

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

Color convert

RGB 109 19 108 -
CMYK 0 0.83 0.01 0.57
HSL 300.67º 0.7% 0.25% -
HSV(B) 300.67º 0.83% 0.43% -
XYZ 9.25 4.8 14.63 -
YUV 56.06 157.32 165.76 -
System Red Green Blue C M Y K H S L
Decimal 109 19 108 0 0.83 0.01 0.57 300.67 0.7 0.25
Hex 6D 13 6C 0 53 1 39 12D 46 19
Octal 155 23 154 0 123 1 71 455 106 31
Binary 1101101 10011 1101100 0 1010011 1 111001 100101101 1000110 11001

Color Harmonies of #6D136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D136C

Black with #6D136C

Text Example


Text Example

White with #6D136C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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