Html Css Color HEX #6D045E Palatinate Purple

📋 copy color: '#6D045E'

red 109 ◦ green 4 ◦ blue 94

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

Shades of Palatinate Purple #6D045E

Tints of Palatinate Purple #6D045E

RGB

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

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

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

R = 52.66%
G = 1.93%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#6D045E (or 0x6D045E) is known color: Palatinate Purple. HEX triplet: 6D, 04 and 5E. RGB value is (109,4,94). Sum of RGB (Red+Green+Blue) = 109+4+94=207 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.66% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 109 - color contains mainly: red. Hex color #6D045E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D045E is #92FBA1. Grayscale: #2D2D2D. Windows color (decimal): -9632674 or 6161517. OLE color: 6161517.

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

Color convert

RGB 109 4 94 -
CMYK 0 0.96 0.14 0.57
HSL 308.57º 0.93% 0.22% -
HSV(B) 308.57º 0.96% 0.43% -
XYZ 8.37 4.15 10.95 -
YUV 45.66 155.29 173.18 -
System Red Green Blue C M Y K H S L
Decimal 109 4 94 0 0.96 0.14 0.57 308.57 0.93 0.22
Hex 6D 4 5E 0 60 E 39 135 5D 16
Octal 155 4 136 0 140 16 71 465 135 26
Binary 1101101 100 1011110 0 1100000 1110 111001 100110101 1011101 10110

Color Harmonies of #6D045E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D045E

Black with #6D045E

Text Example


Text Example

White with #6D045E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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