Html Css Color HEX #6D295B Palatinate Purple

📋 copy color: '#6D295B'

red 109 ◦ green 41 ◦ blue 91

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

Shades of Palatinate Purple #6D295B

Tints of Palatinate Purple #6D295B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.01%

 BLUE value IS 91 (35.94% from 255) = 37.76%

R = 45.23%
G = 17.01%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6D295B (or 0x6D295B) is known color: Palatinate Purple. HEX triplet: 6D, 29 and 5B. RGB value is (109,41,91). Sum of RGB (Red+Green+Blue) = 109+41+91=241 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.23% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 109 - color contains mainly: red. Hex color #6D295B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D295B is #92D6A4. Grayscale: #424242. Windows color (decimal): -9623205 or 5974381. OLE color: 5974381.

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

Color convert

RGB 109 41 91 -
CMYK 0 0.62 0.17 0.57
HSL 315.88º 0.45% 0.29% -
HSV(B) 315.88º 0.62% 0.43% -
XYZ 8.99 5.59 10.5 -
YUV 67.03 141.53 157.93 -
System Red Green Blue C M Y K H S L
Decimal 109 41 91 0 0.62 0.17 0.57 315.88 0.45 0.29
Hex 6D 29 5B 0 3E 11 39 13C 2D 1D
Octal 155 51 133 0 76 21 71 474 55 35
Binary 1101101 101001 1011011 0 111110 10001 111001 100111100 101101 11101

Color Harmonies of #6D295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D295B

Black with #6D295B

Text Example


Text Example

White with #6D295B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,41,91); }

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

background-color css

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

 a { background-color: rgb(109,41,91); }

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

border-color css

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

 span { border-color: rgb(109,41,91); }

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