Html Css Color HEX #6D1263 Palatinate Purple

📋 copy color: '#6D1263'

red 109 ◦ green 18 ◦ blue 99

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

Shades of Palatinate Purple #6D1263

Tints of Palatinate Purple #6D1263

RGB

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

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

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

R = 48.23%
G = 7.96%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.57

RGB Variations

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

Color information

#6D1263 (or 0x6D1263) is known color: Palatinate Purple. HEX triplet: 6D, 12 and 63. RGB value is (109,18,99). Sum of RGB (Red+Green+Blue) = 109+18+99=226 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.23% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1263 is #92ED9C. Grayscale: #363636. Windows color (decimal): -9629085 or 6492781. OLE color: 6492781.

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

Color convert

RGB 109 18 99 -
CMYK 0 0.83 0.09 0.57
HSL 306.59º 0.72% 0.25% -
HSV(B) 306.59º 0.83% 0.43% -
XYZ 8.78 4.58 12.23 -
YUV 54.44 153.15 166.91 -
System Red Green Blue C M Y K H S L
Decimal 109 18 99 0 0.83 0.09 0.57 306.59 0.72 0.25
Hex 6D 12 63 0 53 9 39 133 48 19
Octal 155 22 143 0 123 11 71 463 110 31
Binary 1101101 10010 1100011 0 1010011 1001 111001 100110011 1001000 11001

Color Harmonies of #6D1263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1263

Black with #6D1263

Text Example


Text Example

White with #6D1263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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