Html Css Color HEX #6D085E Palatinate Purple

📋 copy color: '#6D085E'

red 109 ◦ green 8 ◦ blue 94

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

Shades of Palatinate Purple #6D085E

Tints of Palatinate Purple #6D085E

RGB

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

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

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

R = 51.66%
G = 3.79%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#6D085E (or 0x6D085E) is known color: Palatinate Purple. HEX triplet: 6D, 08 and 5E. RGB value is (109,8,94). Sum of RGB (Red+Green+Blue) = 109+8+94=211 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.66% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 109 - color contains mainly: red. Hex color #6D085E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D085E is #92F7A1. Grayscale: #2F2F2F. Windows color (decimal): -9631650 or 6162541. OLE color: 6162541.

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

Color convert

RGB 109 8 94 -
CMYK 0 0.93 0.14 0.57
HSL 308.91º 0.86% 0.23% -
HSV(B) 308.91º 0.93% 0.43% -
XYZ 8.41 4.23 10.96 -
YUV 48 153.96 171.51 -
System Red Green Blue C M Y K H S L
Decimal 109 8 94 0 0.93 0.14 0.57 308.91 0.86 0.23
Hex 6D 8 5E 0 5D E 39 135 56 17
Octal 155 10 136 0 135 16 71 465 126 27
Binary 1101101 1000 1011110 0 1011101 1110 111001 100110101 1010110 10111

Color Harmonies of #6D085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D085E

Black with #6D085E

Text Example


Text Example

White with #6D085E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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