Html Css Color HEX #6D245C Palatinate Purple

📋 copy color: '#6D245C'

red 109 ◦ green 36 ◦ blue 92

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

Shades of Palatinate Purple #6D245C

Tints of Palatinate Purple #6D245C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.19%

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

R = 45.99%
G = 15.19%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#6D245C (or 0x6D245C) is known color: Palatinate Purple. HEX triplet: 6D, 24 and 5C. RGB value is (109,36,92). Sum of RGB (Red+Green+Blue) = 109+36+92=237 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.99% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 109 - color contains mainly: red. Hex color #6D245C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D245C is #92DBA3. Grayscale: #404040. Windows color (decimal): -9624484 or 6038637. OLE color: 6038637.

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

Color convert

RGB 109 36 92 -
CMYK 0 0.67 0.16 0.57
HSL 313.97º 0.5% 0.28% -
HSV(B) 313.97º 0.67% 0.43% -
XYZ 8.87 5.29 10.68 -
YUV 64.21 143.68 159.95 -
System Red Green Blue C M Y K H S L
Decimal 109 36 92 0 0.67 0.16 0.57 313.97 0.5 0.28
Hex 6D 24 5C 0 43 10 39 13A 32 1C
Octal 155 44 134 0 103 20 71 472 62 34
Binary 1101101 100100 1011100 0 1000011 10000 111001 100111010 110010 11100

Color Harmonies of #6D245C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D245C

Black with #6D245C

Text Example


Text Example

White with #6D245C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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