Html Css Color HEX #6D2858 Palatinate Purple

📋 copy color: '#6D2858'

red 109 ◦ green 40 ◦ blue 88

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

Shades of Palatinate Purple #6D2858

Tints of Palatinate Purple #6D2858

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.88%

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

R = 45.99%
G = 16.88%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.57

RGB Variations

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

Color information

#6D2858 (or 0x6D2858) is known color: Palatinate Purple. HEX triplet: 6D, 28 and 58. RGB value is (109,40,88). Sum of RGB (Red+Green+Blue) = 109+40+88=237 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.99% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2858 is #92D7A7. Grayscale: #414141. Windows color (decimal): -9623464 or 5777517. OLE color: 5777517.

HSL color Cylindrical-coordinate representation of color #6D2858: hue angle of 318.26º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D2858 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 40 88 -
CMYK 0 0.63 0.19 0.57
HSL 318.26º 0.46% 0.29% -
HSV(B) 318.26º 0.63% 0.43% -
XYZ 8.83 5.47 9.82 -
YUV 66.1 140.36 158.6 -
System Red Green Blue C M Y K H S L
Decimal 109 40 88 0 0.63 0.19 0.57 318.26 0.46 0.29
Hex 6D 28 58 0 3F 13 39 13E 2E 1D
Octal 155 50 130 0 77 23 71 476 56 35
Binary 1101101 101000 1011000 0 111111 10011 111001 100111110 101110 11101

Color Harmonies of #6D2858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2858

Black with #6D2858

Text Example


Text Example

White with #6D2858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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