Html Css Color HEX #6D1B65 Palatinate Purple

📋 copy color: '#6D1B65'

red 109 ◦ green 27 ◦ blue 101

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

Shades of Palatinate Purple #6D1B65

Tints of Palatinate Purple #6D1B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 42.62%

R = 45.99%
G = 11.39%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.57

RGB Variations

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

Color information

#6D1B65 (or 0x6D1B65) is known color: Palatinate Purple. HEX triplet: 6D, 1B and 65. RGB value is (109,27,101). Sum of RGB (Red+Green+Blue) = 109+27+101=237 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.99% from 237); Green value is 27 (10.94% from 255 or 11.39% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1B65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1B65 is #92E49A. Grayscale: #3B3B3B. Windows color (decimal): -9626779 or 6626157. OLE color: 6626157.

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

Color convert

RGB 109 27 101 -
CMYK 0 0.75 0.07 0.57
HSL 305.85º 0.6% 0.27% -
HSV(B) 305.85º 0.75% 0.43% -
XYZ 9.05 4.97 12.8 -
YUV 59.95 151.17 162.98 -
System Red Green Blue C M Y K H S L
Decimal 109 27 101 0 0.75 0.07 0.57 305.85 0.6 0.27
Hex 6D 1B 65 0 4B 7 39 132 3C 1B
Octal 155 33 145 0 113 7 71 462 74 33
Binary 1101101 11011 1100101 0 1001011 111 111001 100110010 111100 11011

Color Harmonies of #6D1B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1B65

Black with #6D1B65

Text Example


Text Example

White with #6D1B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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