Html Css Color HEX #6D4262 Palatinate Purple

📋 copy color: '#6D4262'

red 109 ◦ green 66 ◦ blue 98

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

Shades of Palatinate Purple #6D4262

Tints of Palatinate Purple #6D4262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35.9%

R = 39.93%
G = 24.18%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.57

RGB Variations

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

Color information

#6D4262 (or 0x6D4262) is known color: Palatinate Purple. HEX triplet: 6D, 42 and 62. RGB value is (109,66,98). Sum of RGB (Red+Green+Blue) = 109+66+98=273 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.93% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4262 is #92BD9D. Grayscale: #525252. Windows color (decimal): -9616798 or 6439533. OLE color: 6439533.

HSL color Cylindrical-coordinate representation of color #6D4262: hue angle of 315.35º 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 #6D4262 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 66 98 -
CMYK 0 0.39 0.10 0.57
HSL 315.35º 0.25% 0.34% -
HSV(B) 315.35º 0.39% 0.43% -
XYZ 10.46 8.03 12.55 -
YUV 82.51 136.75 146.9 -
System Red Green Blue C M Y K H S L
Decimal 109 66 98 0 0.39 0.10 0.57 315.35 0.25 0.34
Hex 6D 42 62 0 27 A 39 13B 19 22
Octal 155 102 142 0 47 12 71 473 31 42
Binary 1101101 1000010 1100010 0 100111 1010 111001 100111011 11001 100010

Color Harmonies of #6D4262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4262

Black with #6D4262

Text Example


Text Example

White with #6D4262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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