Html Css Color HEX #6D0D60 Palatinate Purple

📋 copy color: '#6D0D60'

red 109 ◦ green 13 ◦ blue 96

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

Shades of Palatinate Purple #6D0D60

Tints of Palatinate Purple #6D0D60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 44.04%

R = 50%
G = 5.96%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.57

RGB Variations

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

Color information

#6D0D60 (or 0x6D0D60) is known color: Palatinate Purple. HEX triplet: 6D, 0D and 60. RGB value is (109,13,96). Sum of RGB (Red+Green+Blue) = 109+13+96=218 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50% from 218); Green value is 13 (5.47% from 255 or 5.96% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0D60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0D60 is #92F29F. Grayscale: #323232. Windows color (decimal): -9630368 or 6294893. OLE color: 6294893.

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

Color convert

RGB 109 13 96 -
CMYK 0 0.88 0.12 0.57
HSL 308.13º 0.79% 0.24% -
HSV(B) 308.13º 0.88% 0.43% -
XYZ 8.56 4.38 11.46 -
YUV 51.17 153.3 169.25 -
System Red Green Blue C M Y K H S L
Decimal 109 13 96 0 0.88 0.12 0.57 308.13 0.79 0.24
Hex 6D D 60 0 58 C 39 134 4F 18
Octal 155 15 140 0 130 14 71 464 117 30
Binary 1101101 1101 1100000 0 1011000 1100 111001 100110100 1001111 11000

Color Harmonies of #6D0D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0D60

Black with #6D0D60

Text Example


Text Example

White with #6D0D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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