Html Css Color HEX #6D2758 Palatinate Purple

📋 copy color: '#6D2758'

red 109 ◦ green 39 ◦ blue 88

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

Shades of Palatinate Purple #6D2758

Tints of Palatinate Purple #6D2758

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.53%

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

R = 46.19%
G = 16.53%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.57

RGB Variations

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

Color information

#6D2758 (or 0x6D2758) is known color: Palatinate Purple. HEX triplet: 6D, 27 and 58. RGB value is (109,39,88). Sum of RGB (Red+Green+Blue) = 109+39+88=236 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.19% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2758 is #92D8A7. Grayscale: #414141. Windows color (decimal): -9623720 or 5777261. OLE color: 5777261.

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

Color convert

RGB 109 39 88 -
CMYK 0 0.64 0.19 0.57
HSL 318º 0.47% 0.29% -
HSV(B) 318º 0.64% 0.43% -
XYZ 8.79 5.41 9.81 -
YUV 65.52 140.69 159.02 -
System Red Green Blue C M Y K H S L
Decimal 109 39 88 0 0.64 0.19 0.57 318 0.47 0.29
Hex 6D 27 58 0 40 13 39 13E 2F 1D
Octal 155 47 130 0 100 23 71 476 57 35
Binary 1101101 100111 1011000 0 1000000 10011 111001 100111110 101111 11101

Color Harmonies of #6D2758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2758

Black with #6D2758

Text Example


Text Example

White with #6D2758

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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