Html Css Color HEX #6D2F65 Palatinate Purple

📋 copy color: '#6D2F65'

red 109 ◦ green 47 ◦ blue 101

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

Shades of Palatinate Purple #6D2F65

Tints of Palatinate Purple #6D2F65

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.29%

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

R = 42.41%
G = 18.29%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.57

RGB Variations

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

Color information

#6D2F65 (or 0x6D2F65) is known color: Palatinate Purple. HEX triplet: 6D, 2F and 65. RGB value is (109,47,101). Sum of RGB (Red+Green+Blue) = 109+47+101=257 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.41% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2F65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2F65 is #92D09A. Grayscale: #474747. Windows color (decimal): -9621659 or 6631277. OLE color: 6631277.

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

Color convert

RGB 109 47 101 -
CMYK 0 0.57 0.07 0.57
HSL 307.74º 0.4% 0.31% -
HSV(B) 307.74º 0.57% 0.43% -
XYZ 9.67 6.22 13 -
YUV 71.69 144.54 154.61 -
System Red Green Blue C M Y K H S L
Decimal 109 47 101 0 0.57 0.07 0.57 307.74 0.4 0.31
Hex 6D 2F 65 0 39 7 39 134 28 1F
Octal 155 57 145 0 71 7 71 464 50 37
Binary 1101101 101111 1100101 0 111001 111 111001 100110100 101000 11111

Color Harmonies of #6D2F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2F65

Black with #6D2F65

Text Example


Text Example

White with #6D2F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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