Html Css Color HEX #6D2456 Palatinate Purple

📋 copy color: '#6D2456'

red 109 ◦ green 36 ◦ blue 86

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

Shades of Palatinate Purple #6D2456

Tints of Palatinate Purple #6D2456

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.58%

 BLUE value IS 86 (33.98% from 255) = 37.23%

R = 47.19%
G = 15.58%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.57

RGB Variations

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

Color information

#6D2456 (or 0x6D2456) is known color: Palatinate Purple. HEX triplet: 6D, 24 and 56. RGB value is (109,36,86). Sum of RGB (Red+Green+Blue) = 109+36+86=231 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.19% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2456 is #92DBA9. Grayscale: #3F3F3F. Windows color (decimal): -9624490 or 5645421. OLE color: 5645421.

HSL color Cylindrical-coordinate representation of color #6D2456: hue angle of 318.9º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6D2456 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 36 86 -
CMYK 0 0.67 0.21 0.57
HSL 318.9º 0.5% 0.28% -
HSV(B) 318.9º 0.67% 0.43% -
XYZ 8.62 5.18 9.35 -
YUV 63.53 140.68 160.43 -
System Red Green Blue C M Y K H S L
Decimal 109 36 86 0 0.67 0.21 0.57 318.9 0.5 0.28
Hex 6D 24 56 0 43 15 39 13F 32 1C
Octal 155 44 126 0 103 25 71 477 62 34
Binary 1101101 100100 1010110 0 1000011 10101 111001 100111111 110010 11100

Color Harmonies of #6D2456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2456

Black with #6D2456

Text Example


Text Example

White with #6D2456

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,36,86); }

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

background-color css

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

 a { background-color: rgb(109,36,86); }

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

border-color css

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

 span { border-color: rgb(109,36,86); }

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