Html Css Color HEX #6D275E Palatinate Purple

📋 copy color: '#6D275E'

red 109 ◦ green 39 ◦ blue 94

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

Shades of Palatinate Purple #6D275E

Tints of Palatinate Purple #6D275E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.12%

 BLUE value IS 94 (37.11% from 255) = 38.84%

R = 45.04%
G = 16.12%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#6D275E (or 0x6D275E) is known color: Palatinate Purple. HEX triplet: 6D, 27 and 5E. RGB value is (109,39,94). Sum of RGB (Red+Green+Blue) = 109+39+94=242 (32% of max value = 765). Red value is 109 (42.97% from 255 or 45.04% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 109 - color contains mainly: red. Hex color #6D275E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D275E is #92D8A1. Grayscale: #424242. Windows color (decimal): -9623714 or 6170477. OLE color: 6170477.

HSL color Cylindrical-coordinate representation of color #6D275E: hue angle of 312.86º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6D275E is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 39 94 -
CMYK 0 0.64 0.14 0.57
HSL 312.86º 0.47% 0.29% -
HSV(B) 312.86º 0.64% 0.43% -
XYZ 9.05 5.51 11.18 -
YUV 66.2 143.69 158.53 -
System Red Green Blue C M Y K H S L
Decimal 109 39 94 0 0.64 0.14 0.57 312.86 0.47 0.29
Hex 6D 27 5E 0 40 E 39 139 2F 1D
Octal 155 47 136 0 100 16 71 471 57 35
Binary 1101101 100111 1011110 0 1000000 1110 111001 100111001 101111 11101

Color Harmonies of #6D275E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D275E

Black with #6D275E

Text Example


Text Example

White with #6D275E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,39,94); }

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

background-color css

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

 a { background-color: rgb(109,39,94); }

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

border-color css

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

 span { border-color: rgb(109,39,94); }

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