Html Css Color HEX #6D085F Palatinate Purple

📋 copy color: '#6D085F'

red 109 ◦ green 8 ◦ blue 95

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

Shades of Palatinate Purple #6D085F

Tints of Palatinate Purple #6D085F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.77%

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

R = 51.42%
G = 3.77%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#6D085F (or 0x6D085F) is known color: Palatinate Purple. HEX triplet: 6D, 08 and 5F. RGB value is (109,8,95). Sum of RGB (Red+Green+Blue) = 109+8+95=212 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.42% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 95 (37.5% from 255 or 44.81% from 212); Max value from RGB is 109 - color contains mainly: red. Hex color #6D085F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D085F is #92F7A0. Grayscale: #2F2F2F. Windows color (decimal): -9631649 or 6228077. OLE color: 6228077.

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

Color convert

RGB 109 8 95 -
CMYK 0 0.93 0.13 0.57
HSL 308.32º 0.86% 0.23% -
HSV(B) 308.32º 0.93% 0.43% -
XYZ 8.46 4.25 11.2 -
YUV 48.12 154.46 171.43 -
System Red Green Blue C M Y K H S L
Decimal 109 8 95 0 0.93 0.13 0.57 308.32 0.86 0.23
Hex 6D 8 5F 0 5D D 39 134 56 17
Octal 155 10 137 0 135 15 71 464 126 27
Binary 1101101 1000 1011111 0 1011101 1101 111001 100110100 1010110 10111

Color Harmonies of #6D085F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D085F

Black with #6D085F

Text Example


Text Example

White with #6D085F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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