Html Css Color HEX #6D2558 Palatinate Purple

📋 copy color: '#6D2558'

red 109 ◦ green 37 ◦ blue 88

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

Shades of Palatinate Purple #6D2558

Tints of Palatinate Purple #6D2558

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.81%

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

R = 46.58%
G = 15.81%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.57

RGB Variations

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

Color information

#6D2558 (or 0x6D2558) is known color: Palatinate Purple. HEX triplet: 6D, 25 and 58. RGB value is (109,37,88). Sum of RGB (Red+Green+Blue) = 109+37+88=234 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.58% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2558 is #92DAA7. Grayscale: #404040. Windows color (decimal): -9624232 or 5776749. OLE color: 5776749.

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

Color convert

RGB 109 37 88 -
CMYK 0 0.66 0.19 0.57
HSL 317.5º 0.49% 0.29% -
HSV(B) 317.5º 0.66% 0.43% -
XYZ 8.73 5.28 9.79 -
YUV 64.34 141.35 159.85 -
System Red Green Blue C M Y K H S L
Decimal 109 37 88 0 0.66 0.19 0.57 317.5 0.49 0.29
Hex 6D 25 58 0 42 13 39 13E 31 1D
Octal 155 45 130 0 102 23 71 476 61 35
Binary 1101101 100101 1011000 0 1000010 10011 111001 100111110 110001 11101

Color Harmonies of #6D2558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2558

Black with #6D2558

Text Example


Text Example

White with #6D2558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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