Html Css Color HEX #6D0D5E Palatinate Purple

📋 copy color: '#6D0D5E'

red 109 ◦ green 13 ◦ blue 94

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

Shades of Palatinate Purple #6D0D5E

Tints of Palatinate Purple #6D0D5E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.02%

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

R = 50.46%
G = 6.02%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#6D0D5E (or 0x6D0D5E) is known color: Palatinate Purple. HEX triplet: 6D, 0D and 5E. RGB value is (109,13,94). Sum of RGB (Red+Green+Blue) = 109+13+94=216 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.46% from 216); Green value is 13 (5.47% from 255 or 6.02% from 216); Blue value is 94 (37.11% from 255 or 43.52% from 216); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0D5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0D5E is #92F2A1. Grayscale: #323232. Windows color (decimal): -9630370 or 6163821. OLE color: 6163821.

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

Color convert

RGB 109 13 94 -
CMYK 0 0.88 0.14 0.57
HSL 309.38º 0.79% 0.24% -
HSV(B) 309.38º 0.88% 0.43% -
XYZ 8.47 4.35 10.98 -
YUV 50.94 152.3 169.41 -
System Red Green Blue C M Y K H S L
Decimal 109 13 94 0 0.88 0.14 0.57 309.38 0.79 0.24
Hex 6D D 5E 0 58 E 39 135 4F 18
Octal 155 15 136 0 130 16 71 465 117 30
Binary 1101101 1101 1011110 0 1011000 1110 111001 100110101 1001111 11000

Color Harmonies of #6D0D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0D5E

Black with #6D0D5E

Text Example


Text Example

White with #6D0D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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