Html Css Color HEX #6D045D Palatinate Purple

📋 copy color: '#6D045D'

red 109 ◦ green 4 ◦ blue 93

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

Shades of Palatinate Purple #6D045D

Tints of Palatinate Purple #6D045D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.94%

 BLUE value IS 93 (36.72% from 255) = 45.15%

R = 52.91%
G = 1.94%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#6D045D (or 0x6D045D) is known color: Palatinate Purple. HEX triplet: 6D, 04 and 5D. RGB value is (109,4,93). Sum of RGB (Red+Green+Blue) = 109+4+93=206 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.91% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 109 - color contains mainly: red. Hex color #6D045D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D045D is #92FBA2. Grayscale: #2D2D2D. Windows color (decimal): -9632675 or 6095981. OLE color: 6095981.

HSL color Cylindrical-coordinate representation of color #6D045D: hue angle of 309.14º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D045D is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 4 93 -
CMYK 0 0.96 0.15 0.57
HSL 309.14º 0.93% 0.22% -
HSV(B) 309.14º 0.96% 0.43% -
XYZ 8.33 4.13 10.71 -
YUV 45.54 154.79 173.26 -
System Red Green Blue C M Y K H S L
Decimal 109 4 93 0 0.96 0.15 0.57 309.14 0.93 0.22
Hex 6D 4 5D 0 60 F 39 135 5D 16
Octal 155 4 135 0 140 17 71 465 135 26
Binary 1101101 100 1011101 0 1100000 1111 111001 100110101 1011101 10110

Color Harmonies of #6D045D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D045D

Black with #6D045D

Text Example


Text Example

White with #6D045D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,4,93); }

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

background-color css

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

 a { background-color: rgb(109,4,93); }

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

border-color css

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

 span { border-color: rgb(109,4,93); }

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