Html Css Color HEX #6D2D5C Palatinate Purple

📋 copy color: '#6D2D5C'

red 109 ◦ green 45 ◦ blue 92

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

Shades of Palatinate Purple #6D2D5C

Tints of Palatinate Purple #6D2D5C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.29%

 BLUE value IS 92 (36.33% from 255) = 37.4%

R = 44.31%
G = 18.29%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#6D2D5C (or 0x6D2D5C) is known color: Palatinate Purple. HEX triplet: 6D, 2D and 5C. RGB value is (109,45,92). Sum of RGB (Red+Green+Blue) = 109+45+92=246 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.31% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2D5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2D5C is #92D2A3. Grayscale: #454545. Windows color (decimal): -9622180 or 6040941. OLE color: 6040941.

HSL color Cylindrical-coordinate representation of color #6D2D5C: hue angle of 315.94º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D2D5C is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 45 92 -
CMYK 0 0.59 0.16 0.57
HSL 315.94º 0.42% 0.3% -
HSV(B) 315.94º 0.59% 0.43% -
XYZ 9.18 5.9 10.78 -
YUV 69.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 109 45 92 0 0.59 0.16 0.57 315.94 0.42 0.3
Hex 6D 2D 5C 0 3B 10 39 13C 2A 1E
Octal 155 55 134 0 73 20 71 474 52 36
Binary 1101101 101101 1011100 0 111011 10000 111001 100111100 101010 11110

Color Harmonies of #6D2D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2D5C

Black with #6D2D5C

Text Example


Text Example

White with #6D2D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,45,92); }

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

background-color css

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

 a { background-color: rgb(109,45,92); }

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

border-color css

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

 span { border-color: rgb(109,45,92); }

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