Html Css Color HEX #6D1969 Palatinate Purple

📋 copy color: '#6D1969'

red 109 ◦ green 25 ◦ blue 105

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

Shades of Palatinate Purple #6D1969

Tints of Palatinate Purple #6D1969

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.46%

 BLUE value IS 105 (41.41% from 255) = 43.93%

R = 45.61%
G = 10.46%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.57

RGB Variations

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

Color information

#6D1969 (or 0x6D1969) is known color: Palatinate Purple. HEX triplet: 6D, 19 and 69. RGB value is (109,25,105). Sum of RGB (Red+Green+Blue) = 109+25+105=239 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.61% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1969 is #92E696. Grayscale: #3B3B3B. Windows color (decimal): -9627287 or 6887789. OLE color: 6887789.

HSL color Cylindrical-coordinate representation of color #6D1969: hue angle of 302.86º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6D1969 is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 25 105 -
CMYK 0 0.77 0.04 0.57
HSL 302.86º 0.63% 0.26% -
HSV(B) 302.86º 0.77% 0.43% -
XYZ 9.2 4.97 13.84 -
YUV 59.24 153.83 163.5 -
System Red Green Blue C M Y K H S L
Decimal 109 25 105 0 0.77 0.04 0.57 302.86 0.63 0.26
Hex 6D 19 69 0 4D 4 39 12F 3F 1A
Octal 155 31 151 0 115 4 71 457 77 32
Binary 1101101 11001 1101001 0 1001101 100 111001 100101111 111111 11010

Color Harmonies of #6D1969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1969

Black with #6D1969

Text Example


Text Example

White with #6D1969

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,25,105); }

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

background-color css

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

 a { background-color: rgb(109,25,105); }

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

border-color css

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

 span { border-color: rgb(109,25,105); }

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