Html Css Color HEX #6D3E66 Palatinate Purple

📋 copy color: '#6D3E66'

red 109 ◦ green 62 ◦ blue 102

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

Shades of Palatinate Purple #6D3E66

Tints of Palatinate Purple #6D3E66

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.71%

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

R = 39.93%
G = 22.71%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.57

RGB Variations

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

Color information

#6D3E66 (or 0x6D3E66) is known color: Palatinate Purple. HEX triplet: 6D, 3E and 66. RGB value is (109,62,102). Sum of RGB (Red+Green+Blue) = 109+62+102=273 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.93% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3E66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3E66 is #92C199. Grayscale: #505050. Windows color (decimal): -9617818 or 6700653. OLE color: 6700653.

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

Color convert

RGB 109 62 102 -
CMYK 0 0.43 0.06 0.57
HSL 308.94º 0.27% 0.34% -
HSV(B) 308.94º 0.43% 0.43% -
XYZ 10.43 7.66 13.5 -
YUV 80.61 140.07 148.25 -
System Red Green Blue C M Y K H S L
Decimal 109 62 102 0 0.43 0.06 0.57 308.94 0.27 0.34
Hex 6D 3E 66 0 2B 6 39 135 1B 22
Octal 155 76 146 0 53 6 71 465 33 42
Binary 1101101 111110 1100110 0 101011 110 111001 100110101 11011 100010

Color Harmonies of #6D3E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3E66

Black with #6D3E66

Text Example


Text Example

White with #6D3E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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