Html Css Color HEX #6D295F Palatinate Purple

📋 copy color: '#6D295F'

red 109 ◦ green 41 ◦ blue 95

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

Shades of Palatinate Purple #6D295F

Tints of Palatinate Purple #6D295F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 38.78%

R = 44.49%
G = 16.73%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#6D295F (or 0x6D295F) is known color: Palatinate Purple. HEX triplet: 6D, 29 and 5F. RGB value is (109,41,95). Sum of RGB (Red+Green+Blue) = 109+41+95=245 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.49% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 109 - color contains mainly: red. Hex color #6D295F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D295F is #92D6A0. Grayscale: #434343. Windows color (decimal): -9623201 or 6236525. OLE color: 6236525.

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

Color convert

RGB 109 41 95 -
CMYK 0 0.62 0.13 0.57
HSL 312.35º 0.45% 0.29% -
HSV(B) 312.35º 0.62% 0.43% -
XYZ 9.17 5.66 11.44 -
YUV 67.49 143.53 157.61 -
System Red Green Blue C M Y K H S L
Decimal 109 41 95 0 0.62 0.13 0.57 312.35 0.45 0.29
Hex 6D 29 5F 0 3E D 39 138 2D 1D
Octal 155 51 137 0 76 15 71 470 55 35
Binary 1101101 101001 1011111 0 111110 1101 111001 100111000 101101 11101

Color Harmonies of #6D295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D295F

Black with #6D295F

Text Example


Text Example

White with #6D295F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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