Html Css Color HEX #6D125A Palatinate Purple

📋 copy color: '#6D125A'

red 109 ◦ green 18 ◦ blue 90

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

Shades of Palatinate Purple #6D125A

Tints of Palatinate Purple #6D125A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 41.47%

R = 50.23%
G = 8.29%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6D125A (or 0x6D125A) is known color: Palatinate Purple. HEX triplet: 6D, 12 and 5A. RGB value is (109,18,90). Sum of RGB (Red+Green+Blue) = 109+18+90=217 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.23% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 109 - color contains mainly: red. Hex color #6D125A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D125A is #92EDA5. Grayscale: #353535. Windows color (decimal): -9629094 or 5902957. OLE color: 5902957.

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

Color convert

RGB 109 18 90 -
CMYK 0 0.83 0.17 0.57
HSL 312.53º 0.72% 0.25% -
HSV(B) 312.53º 0.83% 0.43% -
XYZ 8.37 4.42 10.09 -
YUV 53.42 148.65 167.65 -
System Red Green Blue C M Y K H S L
Decimal 109 18 90 0 0.83 0.17 0.57 312.53 0.72 0.25
Hex 6D 12 5A 0 53 11 39 139 48 19
Octal 155 22 132 0 123 21 71 471 110 31
Binary 1101101 10010 1011010 0 1010011 10001 111001 100111001 1001000 11001

Color Harmonies of #6D125A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D125A

Black with #6D125A

Text Example


Text Example

White with #6D125A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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