Html Css Color HEX #6D266A Palatinate Purple

📋 copy color: '#6D266A'

red 109 ◦ green 38 ◦ blue 106

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

Shades of Palatinate Purple #6D266A

Tints of Palatinate Purple #6D266A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.02%

 BLUE value IS 106 (41.8% from 255) = 41.9%

R = 43.08%
G = 15.02%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.57

RGB Variations

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

Color information

#6D266A (or 0x6D266A) is known color: Palatinate Purple. HEX triplet: 6D, 26 and 6A. RGB value is (109,38,106). Sum of RGB (Red+Green+Blue) = 109+38+106=253 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.08% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 106 (41.80% from 255 or 41.90% from 253); Max value from RGB is 109 - color contains mainly: red. Hex color #6D266A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D266A is #92D995. Grayscale: #424242. Windows color (decimal): -9623958 or 6956653. OLE color: 6956653.

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

Color convert

RGB 109 38 106 -
CMYK 0 0.65 0.03 0.57
HSL 302.54º 0.48% 0.29% -
HSV(B) 302.54º 0.65% 0.43% -
XYZ 9.6 5.68 14.23 -
YUV 66.98 150.02 157.97 -
System Red Green Blue C M Y K H S L
Decimal 109 38 106 0 0.65 0.03 0.57 302.54 0.48 0.29
Hex 6D 26 6A 0 41 3 39 12F 30 1D
Octal 155 46 152 0 101 3 71 457 60 35
Binary 1101101 100110 1101010 0 1000001 11 111001 100101111 110000 11101

Color Harmonies of #6D266A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D266A

Black with #6D266A

Text Example


Text Example

White with #6D266A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,38,106); }

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

background-color css

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

 a { background-color: rgb(109,38,106); }

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

border-color css

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

 span { border-color: rgb(109,38,106); }

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