Html Css Color HEX #6D045B Palatinate Purple

📋 copy color: '#6D045B'

red 109 ◦ green 4 ◦ blue 91

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

Shades of Palatinate Purple #6D045B

Tints of Palatinate Purple #6D045B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 44.61%

R = 53.43%
G = 1.96%
B = 44.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6D045B (or 0x6D045B) is known color: Palatinate Purple. HEX triplet: 6D, 04 and 5B. RGB value is (109,4,91). Sum of RGB (Red+Green+Blue) = 109+4+91=204 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.43% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 109 - color contains mainly: red. Hex color #6D045B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D045B is #92FBA4. Grayscale: #2D2D2D. Windows color (decimal): -9632677 or 5964909. OLE color: 5964909.

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

Color convert

RGB 109 4 91 -
CMYK 0 0.96 0.17 0.57
HSL 310.29º 0.93% 0.22% -
HSV(B) 310.29º 0.96% 0.43% -
XYZ 8.24 4.09 10.25 -
YUV 45.31 153.79 173.43 -
System Red Green Blue C M Y K H S L
Decimal 109 4 91 0 0.96 0.17 0.57 310.29 0.93 0.22
Hex 6D 4 5B 0 60 11 39 136 5D 16
Octal 155 4 133 0 140 21 71 466 135 26
Binary 1101101 100 1011011 0 1100000 10001 111001 100110110 1011101 10110

Color Harmonies of #6D045B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D045B

Black with #6D045B

Text Example


Text Example

White with #6D045B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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