Html Css Color HEX #6D225A Palatinate Purple

📋 copy color: '#6D225A'

red 109 ◦ green 34 ◦ blue 90

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

Shades of Palatinate Purple #6D225A

Tints of Palatinate Purple #6D225A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.59%

 BLUE value IS 90 (35.55% from 255) = 38.63%

R = 46.78%
G = 14.59%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6D225A (or 0x6D225A) is known color: Palatinate Purple. HEX triplet: 6D, 22 and 5A. RGB value is (109,34,90). Sum of RGB (Red+Green+Blue) = 109+34+90=233 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.78% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 109 - color contains mainly: red. Hex color #6D225A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D225A is #92DDA5. Grayscale: #3E3E3E. Windows color (decimal): -9624998 or 5907053. OLE color: 5907053.

HSL color Cylindrical-coordinate representation of color #6D225A: hue angle of 315.2º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D225A is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 34 90 -
CMYK 0 0.69 0.17 0.57
HSL 315.2º 0.52% 0.28% -
HSV(B) 315.2º 0.69% 0.43% -
XYZ 8.72 5.13 10.2 -
YUV 62.81 143.35 160.95 -
System Red Green Blue C M Y K H S L
Decimal 109 34 90 0 0.69 0.17 0.57 315.2 0.52 0.28
Hex 6D 22 5A 0 45 11 39 13B 34 1C
Octal 155 42 132 0 105 21 71 473 64 34
Binary 1101101 100010 1011010 0 1000101 10001 111001 100111011 110100 11100

Color Harmonies of #6D225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D225A

Black with #6D225A

Text Example


Text Example

White with #6D225A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,34,90); }

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

background-color css

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

 a { background-color: rgb(109,34,90); }

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

border-color css

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

 span { border-color: rgb(109,34,90); }

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