Html Css Color HEX #6D255D Palatinate Purple

📋 copy color: '#6D255D'

red 109 ◦ green 37 ◦ blue 93

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

Shades of Palatinate Purple #6D255D

Tints of Palatinate Purple #6D255D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 38.91%

R = 45.61%
G = 15.48%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#6D255D (or 0x6D255D) is known color: Palatinate Purple. HEX triplet: 6D, 25 and 5D. RGB value is (109,37,93). Sum of RGB (Red+Green+Blue) = 109+37+93=239 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.61% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 109 - color contains mainly: red. Hex color #6D255D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D255D is #92DAA2. Grayscale: #404040. Windows color (decimal): -9624227 or 6104429. OLE color: 6104429.

HSL color Cylindrical-coordinate representation of color #6D255D: hue angle of 313.33º 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 #6D255D is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 37 93 -
CMYK 0 0.66 0.15 0.57
HSL 313.33º 0.49% 0.29% -
HSV(B) 313.33º 0.66% 0.43% -
XYZ 8.94 5.36 10.92 -
YUV 64.91 143.85 159.45 -
System Red Green Blue C M Y K H S L
Decimal 109 37 93 0 0.66 0.15 0.57 313.33 0.49 0.29
Hex 6D 25 5D 0 42 F 39 139 31 1D
Octal 155 45 135 0 102 17 71 471 61 35
Binary 1101101 100101 1011101 0 1000010 1111 111001 100111001 110001 11101

Color Harmonies of #6D255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D255D

Black with #6D255D

Text Example


Text Example

White with #6D255D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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