Html Css Color HEX #6D2158 Palatinate Purple

📋 copy color: '#6D2158'

red 109 ◦ green 33 ◦ blue 88

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

Shades of Palatinate Purple #6D2158

Tints of Palatinate Purple #6D2158

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.35%

 BLUE value IS 88 (34.77% from 255) = 38.26%

R = 47.39%
G = 14.35%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.57

RGB Variations

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

Color information

#6D2158 (or 0x6D2158) is known color: Palatinate Purple. HEX triplet: 6D, 21 and 58. RGB value is (109,33,88). Sum of RGB (Red+Green+Blue) = 109+33+88=230 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.39% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 88 (34.77% from 255 or 38.26% from 230); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2158 is #92DEA7. Grayscale: #3D3D3D. Windows color (decimal): -9625256 or 5775725. OLE color: 5775725.

HSL color Cylindrical-coordinate representation of color #6D2158: hue angle of 316.58º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D2158 is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 33 88 -
CMYK 0 0.70 0.19 0.57
HSL 316.58º 0.54% 0.28% -
HSV(B) 316.58º 0.7% 0.43% -
XYZ 8.61 5.04 9.75 -
YUV 61.99 142.68 161.53 -
System Red Green Blue C M Y K H S L
Decimal 109 33 88 0 0.70 0.19 0.57 316.58 0.54 0.28
Hex 6D 21 58 0 46 13 39 13D 36 1C
Octal 155 41 130 0 106 23 71 475 66 34
Binary 1101101 100001 1011000 0 1000110 10011 111001 100111101 110110 11100

Color Harmonies of #6D2158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2158

Black with #6D2158

Text Example


Text Example

White with #6D2158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,33,88); }

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

background-color css

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

 a { background-color: rgb(109,33,88); }

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

border-color css

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

 span { border-color: rgb(109,33,88); }

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