Html Css Color HEX #6D235E Palatinate Purple

📋 copy color: '#6D235E'

red 109 ◦ green 35 ◦ blue 94

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

Shades of Palatinate Purple #6D235E

Tints of Palatinate Purple #6D235E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.71%

 BLUE value IS 94 (37.11% from 255) = 39.5%

R = 45.8%
G = 14.71%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#6D235E (or 0x6D235E) is known color: Palatinate Purple. HEX triplet: 6D, 23 and 5E. RGB value is (109,35,94). Sum of RGB (Red+Green+Blue) = 109+35+94=238 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.80% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 109 - color contains mainly: red. Hex color #6D235E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D235E is #92DCA1. Grayscale: #3F3F3F. Windows color (decimal): -9624738 or 6169453. OLE color: 6169453.

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

Color convert

RGB 109 35 94 -
CMYK 0 0.68 0.14 0.57
HSL 312.16º 0.51% 0.28% -
HSV(B) 312.16º 0.68% 0.43% -
XYZ 8.93 5.26 11.13 -
YUV 63.85 145.02 160.2 -
System Red Green Blue C M Y K H S L
Decimal 109 35 94 0 0.68 0.14 0.57 312.16 0.51 0.28
Hex 6D 23 5E 0 44 E 39 138 33 1C
Octal 155 43 136 0 104 16 71 470 63 34
Binary 1101101 100011 1011110 0 1000100 1110 111001 100111000 110011 11100

Color Harmonies of #6D235E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D235E

Black with #6D235E

Text Example


Text Example

White with #6D235E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,35,94); }

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

background-color css

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

 a { background-color: rgb(109,35,94); }

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

border-color css

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

 span { border-color: rgb(109,35,94); }

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