Html Css Color HEX #6D1B64 Palatinate Purple

📋 copy color: '#6D1B64'

red 109 ◦ green 27 ◦ blue 100

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

Shades of Palatinate Purple #6D1B64

Tints of Palatinate Purple #6D1B64

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.44%

 BLUE value IS 100 (39.45% from 255) = 42.37%

R = 46.19%
G = 11.44%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.57

RGB Variations

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

Color information

#6D1B64 (or 0x6D1B64) is known color: Palatinate Purple. HEX triplet: 6D, 1B and 64. RGB value is (109,27,100). Sum of RGB (Red+Green+Blue) = 109+27+100=236 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.19% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 100 (39.45% from 255 or 42.37% from 236); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1B64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1B64 is #92E49B. Grayscale: #3B3B3B. Windows color (decimal): -9626780 or 6560621. OLE color: 6560621.

HSL color Cylindrical-coordinate representation of color #6D1B64: hue angle of 306.59º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6D1B64 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 27 100 -
CMYK 0 0.75 0.08 0.57
HSL 306.59º 0.6% 0.27% -
HSV(B) 306.59º 0.75% 0.43% -
XYZ 9 4.96 12.54 -
YUV 59.84 150.67 163.06 -
System Red Green Blue C M Y K H S L
Decimal 109 27 100 0 0.75 0.08 0.57 306.59 0.6 0.27
Hex 6D 1B 64 0 4B 8 39 133 3C 1B
Octal 155 33 144 0 113 10 71 463 74 33
Binary 1101101 11011 1100100 0 1001011 1000 111001 100110011 111100 11011

Color Harmonies of #6D1B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1B64

Black with #6D1B64

Text Example


Text Example

White with #6D1B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,27,100); }

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

background-color css

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

 a { background-color: rgb(109,27,100); }

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

border-color css

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

 span { border-color: rgb(109,27,100); }

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