Html Css Color HEX #6D0E69 Palatinate Purple

📋 copy color: '#6D0E69'

red 109 ◦ green 14 ◦ blue 105

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

Shades of Palatinate Purple #6D0E69

Tints of Palatinate Purple #6D0E69

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.14%

 BLUE value IS 105 (41.41% from 255) = 46.05%

R = 47.81%
G = 6.14%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.57

RGB Variations

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

Color information

#6D0E69 (or 0x6D0E69) is known color: Palatinate Purple. HEX triplet: 6D, 0E and 69. RGB value is (109,14,105). Sum of RGB (Red+Green+Blue) = 109+14+105=228 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.81% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0E69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0E69 is #92F196. Grayscale: #343434. Windows color (decimal): -9630103 or 6884973. OLE color: 6884973.

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

Color convert

RGB 109 14 105 -
CMYK 0 0.87 0.04 0.57
HSL 302.53º 0.77% 0.24% -
HSV(B) 302.53º 0.87% 0.43% -
XYZ 9.01 4.59 13.77 -
YUV 52.78 157.47 168.1 -
System Red Green Blue C M Y K H S L
Decimal 109 14 105 0 0.87 0.04 0.57 302.53 0.77 0.24
Hex 6D E 69 0 57 4 39 12F 4D 18
Octal 155 16 151 0 127 4 71 457 115 30
Binary 1101101 1110 1101001 0 1010111 100 111001 100101111 1001101 11000

Color Harmonies of #6D0E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0E69

Black with #6D0E69

Text Example


Text Example

White with #6D0E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,14,105); }

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

background-color css

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

 a { background-color: rgb(109,14,105); }

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

border-color css

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

 span { border-color: rgb(109,14,105); }

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