Html Css Color HEX #6D1054 Palatinate Purple

📋 copy color: '#6D1054'

red 109 ◦ green 16 ◦ blue 84

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

Shades of Palatinate Purple #6D1054

Tints of Palatinate Purple #6D1054

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.66%

 BLUE value IS 84 (33.2% from 255) = 40.19%

R = 52.15%
G = 7.66%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.57

RGB Variations

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

Color information

#6D1054 (or 0x6D1054) is known color: Palatinate Purple. HEX triplet: 6D, 10 and 54. RGB value is (109,16,84). Sum of RGB (Red+Green+Blue) = 109+16+84=209 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.15% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 84 (33.20% from 255 or 40.19% from 209); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1054 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1054 is #92EFAB. Grayscale: #333333. Windows color (decimal): -9629612 or 5509229. OLE color: 5509229.

HSL color Cylindrical-coordinate representation of color #6D1054: hue angle of 316.13º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D1054 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 16 84 -
CMYK 0 0.85 0.23 0.57
HSL 316.13º 0.74% 0.25% -
HSV(B) 316.13º 0.85% 0.43% -
XYZ 8.09 4.26 8.78 -
YUV 51.56 146.31 168.97 -
System Red Green Blue C M Y K H S L
Decimal 109 16 84 0 0.85 0.23 0.57 316.13 0.74 0.25
Hex 6D 10 54 0 55 17 39 13C 4A 19
Octal 155 20 124 0 125 27 71 474 112 31
Binary 1101101 10000 1010100 0 1010101 10111 111001 100111100 1001010 11001

Color Harmonies of #6D1054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1054

Black with #6D1054

Text Example


Text Example

White with #6D1054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,16,84); }

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

background-color css

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

 a { background-color: rgb(109,16,84); }

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

border-color css

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

 span { border-color: rgb(109,16,84); }

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