Html Css Color HEX #6D045F Palatinate Purple

📋 copy color: '#6D045F'

red 109 ◦ green 4 ◦ blue 95

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

Shades of Palatinate Purple #6D045F

Tints of Palatinate Purple #6D045F

RGB

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

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

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

R = 52.4%
G = 1.92%
B = 45.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#6D045F (or 0x6D045F) is known color: Palatinate Purple. HEX triplet: 6D, 04 and 5F. RGB value is (109,4,95). Sum of RGB (Red+Green+Blue) = 109+4+95=208 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.40% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 95 (37.5% from 255 or 45.67% from 208); Max value from RGB is 109 - color contains mainly: red. Hex color #6D045F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D045F is #92FBA0. Grayscale: #2D2D2D. Windows color (decimal): -9632673 or 6227053. OLE color: 6227053.

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

Color convert

RGB 109 4 95 -
CMYK 0 0.96 0.13 0.57
HSL 308º 0.93% 0.22% -
HSV(B) 308º 0.96% 0.43% -
XYZ 8.42 4.16 11.19 -
YUV 45.77 155.79 173.1 -
System Red Green Blue C M Y K H S L
Decimal 109 4 95 0 0.96 0.13 0.57 308 0.93 0.22
Hex 6D 4 5F 0 60 D 39 134 5D 16
Octal 155 4 137 0 140 15 71 464 135 26
Binary 1101101 100 1011111 0 1100000 1101 111001 100110100 1011101 10110

Color Harmonies of #6D045F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D045F

Black with #6D045F

Text Example


Text Example

White with #6D045F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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