Html Css Color HEX #6D0F5E Palatinate Purple

📋 copy color: '#6D0F5E'

red 109 ◦ green 15 ◦ blue 94

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

Shades of Palatinate Purple #6D0F5E

Tints of Palatinate Purple #6D0F5E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.88%

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

R = 50%
G = 6.88%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#6D0F5E (or 0x6D0F5E) is known color: Palatinate Purple. HEX triplet: 6D, 0F and 5E. RGB value is (109,15,94). Sum of RGB (Red+Green+Blue) = 109+15+94=218 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0F5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0F5E is #92F0A1. Grayscale: #333333. Windows color (decimal): -9629858 or 6164333. OLE color: 6164333.

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

Color convert

RGB 109 15 94 -
CMYK 0 0.86 0.14 0.57
HSL 309.57º 0.76% 0.24% -
HSV(B) 309.57º 0.86% 0.43% -
XYZ 8.5 4.4 10.99 -
YUV 52.11 151.64 168.58 -
System Red Green Blue C M Y K H S L
Decimal 109 15 94 0 0.86 0.14 0.57 309.57 0.76 0.24
Hex 6D F 5E 0 56 E 39 136 4C 18
Octal 155 17 136 0 126 16 71 466 114 30
Binary 1101101 1111 1011110 0 1010110 1110 111001 100110110 1001100 11000

Color Harmonies of #6D0F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0F5E

Black with #6D0F5E

Text Example


Text Example

White with #6D0F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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