Html Css Color HEX #6D1E65 Palatinate Purple

📋 copy color: '#6D1E65'

red 109 ◦ green 30 ◦ blue 101

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

Shades of Palatinate Purple #6D1E65

Tints of Palatinate Purple #6D1E65

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.5%

 BLUE value IS 101 (39.84% from 255) = 42.08%

R = 45.42%
G = 12.5%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.57

RGB Variations

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

Color information

#6D1E65 (or 0x6D1E65) is known color: Palatinate Purple. HEX triplet: 6D, 1E and 65. RGB value is (109,30,101). Sum of RGB (Red+Green+Blue) = 109+30+101=240 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.42% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1E65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1E65 is #92E19A. Grayscale: #3D3D3D. Windows color (decimal): -9626011 or 6626925. OLE color: 6626925.

HSL color Cylindrical-coordinate representation of color #6D1E65: hue angle of 306.08º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D1E65 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 30 101 -
CMYK 0 0.72 0.07 0.57
HSL 306.08º 0.57% 0.27% -
HSV(B) 306.08º 0.72% 0.43% -
XYZ 9.12 5.12 12.82 -
YUV 61.72 150.17 161.73 -
System Red Green Blue C M Y K H S L
Decimal 109 30 101 0 0.72 0.07 0.57 306.08 0.57 0.27
Hex 6D 1E 65 0 48 7 39 132 39 1B
Octal 155 36 145 0 110 7 71 462 71 33
Binary 1101101 11110 1100101 0 1001000 111 111001 100110010 111001 11011

Color Harmonies of #6D1E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1E65

Black with #6D1E65

Text Example


Text Example

White with #6D1E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,30,101); }

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

background-color css

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

 a { background-color: rgb(109,30,101); }

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

border-color css

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

 span { border-color: rgb(109,30,101); }

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