Html Css Color HEX #6D2D5E Palatinate Purple

📋 copy color: '#6D2D5E'

red 109 ◦ green 45 ◦ blue 94

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

Shades of Palatinate Purple #6D2D5E

Tints of Palatinate Purple #6D2D5E

RGB

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

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

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

R = 43.95%
G = 18.15%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#6D2D5E (or 0x6D2D5E) is known color: Palatinate Purple. HEX triplet: 6D, 2D and 5E. RGB value is (109,45,94). Sum of RGB (Red+Green+Blue) = 109+45+94=248 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.95% from 248); Green value is 45 (17.97% from 255 or 18.15% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2D5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2D5E is #92D2A1. Grayscale: #454545. Windows color (decimal): -9622178 or 6172013. OLE color: 6172013.

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

Color convert

RGB 109 45 94 -
CMYK 0 0.59 0.14 0.57
HSL 314.06º 0.42% 0.3% -
HSV(B) 314.06º 0.59% 0.43% -
XYZ 9.27 5.94 11.25 -
YUV 69.72 141.7 156.02 -
System Red Green Blue C M Y K H S L
Decimal 109 45 94 0 0.59 0.14 0.57 314.06 0.42 0.3
Hex 6D 2D 5E 0 3B E 39 13A 2A 1E
Octal 155 55 136 0 73 16 71 472 52 36
Binary 1101101 101101 1011110 0 111011 1110 111001 100111010 101010 11110

Color Harmonies of #6D2D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2D5E

Black with #6D2D5E

Text Example


Text Example

White with #6D2D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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