Html Css Color HEX #6D1658 Palatinate Purple

📋 copy color: '#6D1658'

red 109 ◦ green 22 ◦ blue 88

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

Shades of Palatinate Purple #6D1658

Tints of Palatinate Purple #6D1658

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.05%

 BLUE value IS 88 (34.77% from 255) = 40.18%

R = 49.77%
G = 10.05%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.57

RGB Variations

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

Color information

#6D1658 (or 0x6D1658) is known color: Palatinate Purple. HEX triplet: 6D, 16 and 58. RGB value is (109,22,88). Sum of RGB (Red+Green+Blue) = 109+22+88=219 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.77% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 88 (34.77% from 255 or 40.18% from 219); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1658 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1658 is #92E9A7. Grayscale: #373737. Windows color (decimal): -9628072 or 5772909. OLE color: 5772909.

HSL color Cylindrical-coordinate representation of color #6D1658: hue angle of 314.48º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D1658 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 22 88 -
CMYK 0 0.80 0.19 0.57
HSL 314.48º 0.66% 0.26% -
HSV(B) 314.48º 0.8% 0.43% -
XYZ 8.36 4.53 9.67 -
YUV 55.54 146.32 166.13 -
System Red Green Blue C M Y K H S L
Decimal 109 22 88 0 0.80 0.19 0.57 314.48 0.66 0.26
Hex 6D 16 58 0 50 13 39 13A 42 1A
Octal 155 26 130 0 120 23 71 472 102 32
Binary 1101101 10110 1011000 0 1010000 10011 111001 100111010 1000010 11010

Color Harmonies of #6D1658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1658

Black with #6D1658

Text Example


Text Example

White with #6D1658

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,22,88); }

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

background-color css

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

 a { background-color: rgb(109,22,88); }

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

border-color css

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

 span { border-color: rgb(109,22,88); }

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