Html Css Color HEX #6D125D Palatinate Purple

📋 copy color: '#6D125D'

red 109 ◦ green 18 ◦ blue 93

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

Shades of Palatinate Purple #6D125D

Tints of Palatinate Purple #6D125D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.18%

 BLUE value IS 93 (36.72% from 255) = 42.27%

R = 49.55%
G = 8.18%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#6D125D (or 0x6D125D) is known color: Palatinate Purple. HEX triplet: 6D, 12 and 5D. RGB value is (109,18,93). Sum of RGB (Red+Green+Blue) = 109+18+93=220 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.55% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 109 - color contains mainly: red. Hex color #6D125D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D125D is #92EDA2. Grayscale: #353535. Windows color (decimal): -9629091 or 6099565. OLE color: 6099565.

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

Color convert

RGB 109 18 93 -
CMYK 0 0.83 0.15 0.57
HSL 310.55º 0.72% 0.25% -
HSV(B) 310.55º 0.83% 0.43% -
XYZ 8.5 4.47 10.77 -
YUV 53.76 150.15 167.4 -
System Red Green Blue C M Y K H S L
Decimal 109 18 93 0 0.83 0.15 0.57 310.55 0.72 0.25
Hex 6D 12 5D 0 53 F 39 137 48 19
Octal 155 22 135 0 123 17 71 467 110 31
Binary 1101101 10010 1011101 0 1010011 1111 111001 100110111 1001000 11001

Color Harmonies of #6D125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D125D

Black with #6D125D

Text Example


Text Example

White with #6D125D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,18,93); }

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

background-color css

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

 a { background-color: rgb(109,18,93); }

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

border-color css

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

 span { border-color: rgb(109,18,93); }

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