Html Css Color HEX #6D1E68 Palatinate Purple

📋 copy color: '#6D1E68'

red 109 ◦ green 30 ◦ blue 104

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

Shades of Palatinate Purple #6D1E68

Tints of Palatinate Purple #6D1E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 42.8%

R = 44.86%
G = 12.35%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.05

 K value IS 0.57

RGB Variations

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

Color information

#6D1E68 (or 0x6D1E68) is known color: Palatinate Purple. HEX triplet: 6D, 1E and 68. RGB value is (109,30,104). Sum of RGB (Red+Green+Blue) = 109+30+104=243 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.86% from 243); Green value is 30 (12.11% from 255 or 12.35% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1E68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1E68 is #92E197. Grayscale: #3D3D3D. Windows color (decimal): -9626008 or 6823533. OLE color: 6823533.

HSL color Cylindrical-coordinate representation of color #6D1E68: hue angle of 303.8º 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 #6D1E68 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 30 104 -
CMYK 0 0.72 0.05 0.57
HSL 303.8º 0.57% 0.27% -
HSV(B) 303.8º 0.72% 0.43% -
XYZ 9.27 5.18 13.61 -
YUV 62.06 151.67 161.48 -
System Red Green Blue C M Y K H S L
Decimal 109 30 104 0 0.72 0.05 0.57 303.8 0.57 0.27
Hex 6D 1E 68 0 48 5 39 130 39 1B
Octal 155 36 150 0 110 5 71 460 71 33
Binary 1101101 11110 1101000 0 1001000 101 111001 100110000 111001 11011

Color Harmonies of #6D1E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1E68

Black with #6D1E68

Text Example


Text Example

White with #6D1E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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