Html Css Color HEX #6D1A64 Palatinate Purple

📋 copy color: '#6D1A64'

red 109 ◦ green 26 ◦ blue 100

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

Shades of Palatinate Purple #6D1A64

Tints of Palatinate Purple #6D1A64

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.06%

 BLUE value IS 100 (39.45% from 255) = 42.55%

R = 46.38%
G = 11.06%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.57

RGB Variations

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

Color information

#6D1A64 (or 0x6D1A64) is known color: Palatinate Purple. HEX triplet: 6D, 1A and 64. RGB value is (109,26,100). Sum of RGB (Red+Green+Blue) = 109+26+100=235 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.38% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 100 (39.45% from 255 or 42.55% from 235); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1A64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1A64 is #92E59B. Grayscale: #3B3B3B. Windows color (decimal): -9627036 or 6560365. OLE color: 6560365.

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

Color convert

RGB 109 26 100 -
CMYK 0 0.76 0.08 0.57
HSL 306.51º 0.61% 0.26% -
HSV(B) 306.51º 0.76% 0.43% -
XYZ 8.98 4.91 12.53 -
YUV 59.25 151 163.48 -
System Red Green Blue C M Y K H S L
Decimal 109 26 100 0 0.76 0.08 0.57 306.51 0.61 0.26
Hex 6D 1A 64 0 4C 8 39 133 3D 1A
Octal 155 32 144 0 114 10 71 463 75 32
Binary 1101101 11010 1100100 0 1001100 1000 111001 100110011 111101 11010

Color Harmonies of #6D1A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1A64

Black with #6D1A64

Text Example


Text Example

White with #6D1A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,26,100); }

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

background-color css

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

 a { background-color: rgb(109,26,100); }

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

border-color css

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

 span { border-color: rgb(109,26,100); }

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