Html Css Color HEX #6D4265 Palatinate Purple

📋 copy color: '#6D4265'

red 109 ◦ green 66 ◦ blue 101

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

Shades of Palatinate Purple #6D4265

Tints of Palatinate Purple #6D4265

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.91%

 BLUE value IS 101 (39.84% from 255) = 36.59%

R = 39.49%
G = 23.91%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.57

RGB Variations

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

Color information

#6D4265 (or 0x6D4265) is known color: Palatinate Purple. HEX triplet: 6D, 42 and 65. RGB value is (109,66,101). Sum of RGB (Red+Green+Blue) = 109+66+101=276 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.49% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4265 is #92BD9A. Grayscale: #525252. Windows color (decimal): -9616795 or 6636141. OLE color: 6636141.

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

Color convert

RGB 109 66 101 -
CMYK 0 0.39 0.07 0.57
HSL 311.16º 0.25% 0.34% -
HSV(B) 311.16º 0.39% 0.43% -
XYZ 10.6 8.09 13.31 -
YUV 82.85 138.25 146.65 -
System Red Green Blue C M Y K H S L
Decimal 109 66 101 0 0.39 0.07 0.57 311.16 0.25 0.34
Hex 6D 42 65 0 27 7 39 137 19 22
Octal 155 102 145 0 47 7 71 467 31 42
Binary 1101101 1000010 1100101 0 100111 111 111001 100110111 11001 100010

Color Harmonies of #6D4265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4265

Black with #6D4265

Text Example


Text Example

White with #6D4265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,66,101); }

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

background-color css

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

 a { background-color: rgb(109,66,101); }

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

border-color css

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

 span { border-color: rgb(109,66,101); }

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