Html Css Color HEX #6D1063 Palatinate Purple

📋 copy color: '#6D1063'

red 109 ◦ green 16 ◦ blue 99

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

Shades of Palatinate Purple #6D1063

Tints of Palatinate Purple #6D1063

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.14%

 BLUE value IS 99 (39.06% from 255) = 44.2%

R = 48.66%
G = 7.14%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.57

RGB Variations

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

Color information

#6D1063 (or 0x6D1063) is known color: Palatinate Purple. HEX triplet: 6D, 10 and 63. RGB value is (109,16,99). Sum of RGB (Red+Green+Blue) = 109+16+99=224 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.66% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1063 is #92EF9C. Grayscale: #353535. Windows color (decimal): -9629597 or 6492269. OLE color: 6492269.

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

Color convert

RGB 109 16 99 -
CMYK 0 0.85 0.09 0.57
HSL 306.45º 0.74% 0.25% -
HSV(B) 306.45º 0.85% 0.43% -
XYZ 8.74 4.52 12.22 -
YUV 53.27 153.81 167.75 -
System Red Green Blue C M Y K H S L
Decimal 109 16 99 0 0.85 0.09 0.57 306.45 0.74 0.25
Hex 6D 10 63 0 55 9 39 132 4A 19
Octal 155 20 143 0 125 11 71 462 112 31
Binary 1101101 10000 1100011 0 1010101 1001 111001 100110010 1001010 11001

Color Harmonies of #6D1063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1063

Black with #6D1063

Text Example


Text Example

White with #6D1063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,16,99); }

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

background-color css

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

 a { background-color: rgb(109,16,99); }

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

border-color css

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

 span { border-color: rgb(109,16,99); }

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