Html Css Color HEX #6D225C Palatinate Purple

📋 copy color: '#6D225C'

red 109 ◦ green 34 ◦ blue 92

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

Shades of Palatinate Purple #6D225C

Tints of Palatinate Purple #6D225C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 39.15%

R = 46.38%
G = 14.47%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#6D225C (or 0x6D225C) is known color: Palatinate Purple. HEX triplet: 6D, 22 and 5C. RGB value is (109,34,92). Sum of RGB (Red+Green+Blue) = 109+34+92=235 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.38% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 109 - color contains mainly: red. Hex color #6D225C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D225C is #92DDA3. Grayscale: #3E3E3E. Windows color (decimal): -9624996 or 6038125. OLE color: 6038125.

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

Color convert

RGB 109 34 92 -
CMYK 0 0.69 0.16 0.57
HSL 313.6º 0.52% 0.28% -
HSV(B) 313.6º 0.69% 0.43% -
XYZ 8.81 5.17 10.66 -
YUV 63.04 144.35 160.78 -
System Red Green Blue C M Y K H S L
Decimal 109 34 92 0 0.69 0.16 0.57 313.6 0.52 0.28
Hex 6D 22 5C 0 45 10 39 13A 34 1C
Octal 155 42 134 0 105 20 71 472 64 34
Binary 1101101 100010 1011100 0 1000101 10000 111001 100111010 110100 11100

Color Harmonies of #6D225C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D225C

Black with #6D225C

Text Example


Text Example

White with #6D225C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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