Html Css Color HEX #6D2069 Palatinate Purple

📋 copy color: '#6D2069'

red 109 ◦ green 32 ◦ blue 105

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

Shades of Palatinate Purple #6D2069

Tints of Palatinate Purple #6D2069

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.01%

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

R = 44.31%
G = 13.01%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.57

RGB Variations

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

Color information

#6D2069 (or 0x6D2069) is known color: Palatinate Purple. HEX triplet: 6D, 20 and 69. RGB value is (109,32,105). Sum of RGB (Red+Green+Blue) = 109+32+105=246 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.31% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2069 is #92DF96. Grayscale: #3F3F3F. Windows color (decimal): -9625495 or 6889581. OLE color: 6889581.

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

Color convert

RGB 109 32 105 -
CMYK 0 0.71 0.04 0.57
HSL 303.12º 0.55% 0.28% -
HSV(B) 303.12º 0.71% 0.43% -
XYZ 9.37 5.3 13.89 -
YUV 63.35 151.51 160.56 -
System Red Green Blue C M Y K H S L
Decimal 109 32 105 0 0.71 0.04 0.57 303.12 0.55 0.28
Hex 6D 20 69 0 47 4 39 12F 37 1C
Octal 155 40 151 0 107 4 71 457 67 34
Binary 1101101 100000 1101001 0 1000111 100 111001 100101111 110111 11100

Color Harmonies of #6D2069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2069

Black with #6D2069

Text Example


Text Example

White with #6D2069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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