Html Css Color HEX #6D2C58 Palatinate Purple

📋 copy color: '#6D2C58'

red 109 ◦ green 44 ◦ blue 88

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

Shades of Palatinate Purple #6D2C58

Tints of Palatinate Purple #6D2C58

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.26%

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

R = 45.23%
G = 18.26%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.57

RGB Variations

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

Color information

#6D2C58 (or 0x6D2C58) is known color: Palatinate Purple. HEX triplet: 6D, 2C and 58. RGB value is (109,44,88). Sum of RGB (Red+Green+Blue) = 109+44+88=241 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.23% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2C58 is #92D3A7. Grayscale: #444444. Windows color (decimal): -9622440 or 5778541. OLE color: 5778541.

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

Color convert

RGB 109 44 88 -
CMYK 0 0.60 0.19 0.57
HSL 319.38º 0.42% 0.3% -
HSV(B) 319.38º 0.6% 0.43% -
XYZ 8.97 5.76 9.87 -
YUV 68.45 139.03 156.92 -
System Red Green Blue C M Y K H S L
Decimal 109 44 88 0 0.60 0.19 0.57 319.38 0.42 0.3
Hex 6D 2C 58 0 3C 13 39 13F 2A 1E
Octal 155 54 130 0 74 23 71 477 52 36
Binary 1101101 101100 1011000 0 111100 10011 111001 100111111 101010 11110

Color Harmonies of #6D2C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2C58

Black with #6D2C58

Text Example


Text Example

White with #6D2C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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