Html Css Color HEX #6D255E Palatinate Purple

📋 copy color: '#6D255E'

red 109 ◦ green 37 ◦ blue 94

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

Shades of Palatinate Purple #6D255E

Tints of Palatinate Purple #6D255E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.42%

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

R = 45.42%
G = 15.42%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#6D255E (or 0x6D255E) is known color: Palatinate Purple. HEX triplet: 6D, 25 and 5E. RGB value is (109,37,94). Sum of RGB (Red+Green+Blue) = 109+37+94=240 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.42% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 109 - color contains mainly: red. Hex color #6D255E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D255E is #92DAA1. Grayscale: #404040. Windows color (decimal): -9624226 or 6169965. OLE color: 6169965.

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

Color convert

RGB 109 37 94 -
CMYK 0 0.66 0.14 0.57
HSL 312.5º 0.49% 0.29% -
HSV(B) 312.5º 0.66% 0.43% -
XYZ 8.99 5.38 11.15 -
YUV 65.03 144.35 159.37 -
System Red Green Blue C M Y K H S L
Decimal 109 37 94 0 0.66 0.14 0.57 312.5 0.49 0.29
Hex 6D 25 5E 0 42 E 39 138 31 1D
Octal 155 45 136 0 102 16 71 470 61 35
Binary 1101101 100101 1011110 0 1000010 1110 111001 100111000 110001 11101

Color Harmonies of #6D255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D255E

Black with #6D255E

Text Example


Text Example

White with #6D255E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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