Html Css Color HEX #6D216B Palatinate Purple

📋 copy color: '#6D216B'

red 109 ◦ green 33 ◦ blue 107

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

Shades of Palatinate Purple #6D216B

Tints of Palatinate Purple #6D216B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.25%

 BLUE value IS 107 (42.19% from 255) = 42.97%

R = 43.78%
G = 13.25%
B = 42.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#6D216B (or 0x6D216B) is known color: Palatinate Purple. HEX triplet: 6D, 21 and 6B. RGB value is (109,33,107). Sum of RGB (Red+Green+Blue) = 109+33+107=249 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.78% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 109 - color contains mainly: red. Hex color #6D216B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D216B is #92DE94. Grayscale: #3F3F3F. Windows color (decimal): -9625237 or 7020909. OLE color: 7020909.

HSL color Cylindrical-coordinate representation of color #6D216B: hue angle of 301.58º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D216B is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 33 107 -
CMYK 0 0.70 0.02 0.57
HSL 301.58º 0.54% 0.28% -
HSV(B) 301.58º 0.7% 0.43% -
XYZ 9.5 5.4 14.45 -
YUV 64.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 109 33 107 0 0.70 0.02 0.57 301.58 0.54 0.28
Hex 6D 21 6B 0 46 2 39 12E 36 1C
Octal 155 41 153 0 106 2 71 456 66 34
Binary 1101101 100001 1101011 0 1000110 10 111001 100101110 110110 11100

Color Harmonies of #6D216B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D216B

Black with #6D216B

Text Example


Text Example

White with #6D216B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,33,107); }

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

background-color css

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

 a { background-color: rgb(109,33,107); }

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

border-color css

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

 span { border-color: rgb(109,33,107); }

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