Html Css Color HEX #6D2B6A Palatinate Purple

📋 copy color: '#6D2B6A'

red 109 ◦ green 43 ◦ blue 106

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

Shades of Palatinate Purple #6D2B6A

Tints of Palatinate Purple #6D2B6A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.67%

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

R = 42.25%
G = 16.67%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.57

RGB Variations

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

Color information

#6D2B6A (or 0x6D2B6A) is known color: Palatinate Purple. HEX triplet: 6D, 2B and 6A. RGB value is (109,43,106). Sum of RGB (Red+Green+Blue) = 109+43+106=258 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.25% from 258); Green value is 43 (17.19% from 255 or 16.67% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2B6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2B6A is #92D495. Grayscale: #454545. Windows color (decimal): -9622678 or 6957933. OLE color: 6957933.

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

Color convert

RGB 109 43 106 -
CMYK 0 0.61 0.03 0.57
HSL 302.73º 0.43% 0.3% -
HSV(B) 302.73º 0.61% 0.43% -
XYZ 9.77 6.02 14.28 -
YUV 69.92 148.37 155.88 -
System Red Green Blue C M Y K H S L
Decimal 109 43 106 0 0.61 0.03 0.57 302.73 0.43 0.3
Hex 6D 2B 6A 0 3D 3 39 12F 2B 1E
Octal 155 53 152 0 75 3 71 457 53 36
Binary 1101101 101011 1101010 0 111101 11 111001 100101111 101011 11110

Color Harmonies of #6D2B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2B6A

Black with #6D2B6A

Text Example


Text Example

White with #6D2B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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