Html Css Color HEX #6D276A Palatinate Purple

📋 copy color: '#6D276A'

red 109 ◦ green 39 ◦ blue 106

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

Shades of Palatinate Purple #6D276A

Tints of Palatinate Purple #6D276A

RGB

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

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

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

R = 42.91%
G = 15.35%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.57

RGB Variations

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

Color information

#6D276A (or 0x6D276A) is known color: Palatinate Purple. HEX triplet: 6D, 27 and 6A. RGB value is (109,39,106). Sum of RGB (Red+Green+Blue) = 109+39+106=254 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.91% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 106 (41.80% from 255 or 41.73% from 254); Max value from RGB is 109 - color contains mainly: red. Hex color #6D276A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D276A is #92D895. Grayscale: #434343. Windows color (decimal): -9623702 or 6956909. OLE color: 6956909.

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

Color convert

RGB 109 39 106 -
CMYK 0 0.64 0.03 0.57
HSL 302.57º 0.47% 0.29% -
HSV(B) 302.57º 0.64% 0.43% -
XYZ 9.63 5.74 14.24 -
YUV 67.57 149.69 157.55 -
System Red Green Blue C M Y K H S L
Decimal 109 39 106 0 0.64 0.03 0.57 302.57 0.47 0.29
Hex 6D 27 6A 0 40 3 39 12F 2F 1D
Octal 155 47 152 0 100 3 71 457 57 35
Binary 1101101 100111 1101010 0 1000000 11 111001 100101111 101111 11101

Color Harmonies of #6D276A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D276A

Black with #6D276A

Text Example


Text Example

White with #6D276A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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