Html Css Color HEX #6D2E66 Palatinate Purple

📋 copy color: '#6D2E66'

red 109 ◦ green 46 ◦ blue 102

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

Shades of Palatinate Purple #6D2E66

Tints of Palatinate Purple #6D2E66

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.9%

 BLUE value IS 102 (40.23% from 255) = 39.69%

R = 42.41%
G = 17.9%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.57

RGB Variations

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

Color information

#6D2E66 (or 0x6D2E66) is known color: Palatinate Purple. HEX triplet: 6D, 2E and 66. RGB value is (109,46,102). Sum of RGB (Red+Green+Blue) = 109+46+102=257 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.41% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 102 (40.23% from 255 or 39.69% from 257); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2E66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2E66 is #92D199. Grayscale: #474747. Windows color (decimal): -9621914 or 6696557. OLE color: 6696557.

HSL color Cylindrical-coordinate representation of color #6D2E66: hue angle of 306.67º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D2E66 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 46 102 -
CMYK 0 0.58 0.06 0.57
HSL 306.67º 0.41% 0.3% -
HSV(B) 306.67º 0.58% 0.43% -
XYZ 9.68 6.16 13.25 -
YUV 71.22 145.37 154.95 -
System Red Green Blue C M Y K H S L
Decimal 109 46 102 0 0.58 0.06 0.57 306.67 0.41 0.3
Hex 6D 2E 66 0 3A 6 39 133 29 1E
Octal 155 56 146 0 72 6 71 463 51 36
Binary 1101101 101110 1100110 0 111010 110 111001 100110011 101001 11110

Color Harmonies of #6D2E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2E66

Black with #6D2E66

Text Example


Text Example

White with #6D2E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,46,102); }

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

background-color css

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

 a { background-color: rgb(109,46,102); }

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

border-color css

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

 span { border-color: rgb(109,46,102); }

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