Html Css Color HEX #6D195C Palatinate Purple

📋 copy color: '#6D195C'

red 109 ◦ green 25 ◦ blue 92

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

Shades of Palatinate Purple #6D195C

Tints of Palatinate Purple #6D195C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.06%

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

R = 48.23%
G = 11.06%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#6D195C (or 0x6D195C) is known color: Palatinate Purple. HEX triplet: 6D, 19 and 5C. RGB value is (109,25,92). Sum of RGB (Red+Green+Blue) = 109+25+92=226 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.23% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 109 - color contains mainly: red. Hex color #6D195C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D195C is #92E6A3. Grayscale: #393939. Windows color (decimal): -9627300 or 6035821. OLE color: 6035821.

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

Color convert

RGB 109 25 92 -
CMYK 0 0.77 0.16 0.57
HSL 312.14º 0.63% 0.26% -
HSV(B) 312.14º 0.77% 0.43% -
XYZ 8.59 4.72 10.58 -
YUV 57.75 147.33 164.55 -
System Red Green Blue C M Y K H S L
Decimal 109 25 92 0 0.77 0.16 0.57 312.14 0.63 0.26
Hex 6D 19 5C 0 4D 10 39 138 3F 1A
Octal 155 31 134 0 115 20 71 470 77 32
Binary 1101101 11001 1011100 0 1001101 10000 111001 100111000 111111 11010

Color Harmonies of #6D195C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D195C

Black with #6D195C

Text Example


Text Example

White with #6D195C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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