Html Css Color HEX #6D055D Palatinate Purple

📋 copy color: '#6D055D'

red 109 ◦ green 5 ◦ blue 93

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

Shades of Palatinate Purple #6D055D

Tints of Palatinate Purple #6D055D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.42%

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

R = 52.66%
G = 2.42%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#6D055D (or 0x6D055D) is known color: Palatinate Purple. HEX triplet: 6D, 05 and 5D. RGB value is (109,5,93). Sum of RGB (Red+Green+Blue) = 109+5+93=207 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.66% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 109 - color contains mainly: red. Hex color #6D055D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D055D is #92FAA2. Grayscale: #2D2D2D. Windows color (decimal): -9632419 or 6096237. OLE color: 6096237.

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

Color convert

RGB 109 5 93 -
CMYK 0 0.95 0.15 0.57
HSL 309.23º 0.91% 0.22% -
HSV(B) 309.23º 0.95% 0.43% -
XYZ 8.34 4.15 10.72 -
YUV 46.13 154.46 172.84 -
System Red Green Blue C M Y K H S L
Decimal 109 5 93 0 0.95 0.15 0.57 309.23 0.91 0.22
Hex 6D 5 5D 0 5F F 39 135 5B 16
Octal 155 5 135 0 137 17 71 465 133 26
Binary 1101101 101 1011101 0 1011111 1111 111001 100110101 1011011 10110

Color Harmonies of #6D055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D055D

Black with #6D055D

Text Example


Text Example

White with #6D055D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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