Html Css Color HEX #6D1768 Palatinate Purple

📋 copy color: '#6D1768'

red 109 ◦ green 23 ◦ blue 104

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

Shades of Palatinate Purple #6D1768

Tints of Palatinate Purple #6D1768

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.75%

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

R = 46.19%
G = 9.75%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.57

RGB Variations

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

Color information

#6D1768 (or 0x6D1768) is known color: Palatinate Purple. HEX triplet: 6D, 17 and 68. RGB value is (109,23,104). Sum of RGB (Red+Green+Blue) = 109+23+104=236 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.19% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1768 is #92E897. Grayscale: #393939. Windows color (decimal): -9627800 or 6821741. OLE color: 6821741.

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

Color convert

RGB 109 23 104 -
CMYK 0 0.79 0.05 0.57
HSL 303.49º 0.65% 0.26% -
HSV(B) 303.49º 0.79% 0.43% -
XYZ 9.11 4.86 13.56 -
YUV 57.95 153.99 164.41 -
System Red Green Blue C M Y K H S L
Decimal 109 23 104 0 0.79 0.05 0.57 303.49 0.65 0.26
Hex 6D 17 68 0 4F 5 39 12F 41 1A
Octal 155 27 150 0 117 5 71 457 101 32
Binary 1101101 10111 1101000 0 1001111 101 111001 100101111 1000001 11010

Color Harmonies of #6D1768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1768

Black with #6D1768

Text Example


Text Example

White with #6D1768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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