Html Css Color HEX #6D1B5B Palatinate Purple

📋 copy color: '#6D1B5B'

red 109 ◦ green 27 ◦ blue 91

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

Shades of Palatinate Purple #6D1B5B

Tints of Palatinate Purple #6D1B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 40.09%

R = 48.02%
G = 11.89%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6D1B5B (or 0x6D1B5B) is known color: Palatinate Purple. HEX triplet: 6D, 1B and 5B. RGB value is (109,27,91). Sum of RGB (Red+Green+Blue) = 109+27+91=227 (30% of max value = 765). Red value is 109 (42.97% from 255 or 48.02% from 227); Green value is 27 (10.94% from 255 or 11.89% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1B5B is #92E4A4. Grayscale: #3A3A3A. Windows color (decimal): -9626789 or 5970797. OLE color: 5970797.

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

Color convert

RGB 109 27 91 -
CMYK 0 0.75 0.17 0.57
HSL 313.17º 0.6% 0.27% -
HSV(B) 313.17º 0.75% 0.43% -
XYZ 8.59 4.79 10.37 -
YUV 58.81 146.17 163.8 -
System Red Green Blue C M Y K H S L
Decimal 109 27 91 0 0.75 0.17 0.57 313.17 0.6 0.27
Hex 6D 1B 5B 0 4B 11 39 139 3C 1B
Octal 155 33 133 0 113 21 71 471 74 33
Binary 1101101 11011 1011011 0 1001011 10001 111001 100111001 111100 11011

Color Harmonies of #6D1B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1B5B

Black with #6D1B5B

Text Example


Text Example

White with #6D1B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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