Html Css Color HEX #6D2B68 Palatinate Purple

📋 copy color: '#6D2B68'

red 109 ◦ green 43 ◦ blue 104

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

Shades of Palatinate Purple #6D2B68

Tints of Palatinate Purple #6D2B68

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.8%

 BLUE value IS 104 (41.02% from 255) = 40.63%

R = 42.58%
G = 16.8%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.57

RGB Variations

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

Color information

#6D2B68 (or 0x6D2B68) is known color: Palatinate Purple. HEX triplet: 6D, 2B and 68. RGB value is (109,43,104). Sum of RGB (Red+Green+Blue) = 109+43+104=256 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.58% from 256); Green value is 43 (17.19% from 255 or 16.80% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2B68 is #92D497. Grayscale: #454545. Windows color (decimal): -9622680 or 6826861. OLE color: 6826861.

HSL color Cylindrical-coordinate representation of color #6D2B68: hue angle of 304.55º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D2B68 is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 43 104 -
CMYK 0 0.61 0.05 0.57
HSL 304.55º 0.43% 0.3% -
HSV(B) 304.55º 0.61% 0.43% -
XYZ 9.67 5.98 13.74 -
YUV 69.69 147.37 156.04 -
System Red Green Blue C M Y K H S L
Decimal 109 43 104 0 0.61 0.05 0.57 304.55 0.43 0.3
Hex 6D 2B 68 0 3D 5 39 131 2B 1E
Octal 155 53 150 0 75 5 71 461 53 36
Binary 1101101 101011 1101000 0 111101 101 111001 100110001 101011 11110

Color Harmonies of #6D2B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2B68

Black with #6D2B68

Text Example


Text Example

White with #6D2B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,43,104); }

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

background-color css

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

 a { background-color: rgb(109,43,104); }

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

border-color css

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

 span { border-color: rgb(109,43,104); }

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