Html Css Color HEX #6D1662 Palatinate Purple

📋 copy color: '#6D1662'

red 109 ◦ green 22 ◦ blue 98

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

Shades of Palatinate Purple #6D1662

Tints of Palatinate Purple #6D1662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 42.79%

R = 47.6%
G = 9.61%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.10

 K value IS 0.57

RGB Variations

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

Color information

#6D1662 (or 0x6D1662) is known color: Palatinate Purple. HEX triplet: 6D, 16 and 62. RGB value is (109,22,98). Sum of RGB (Red+Green+Blue) = 109+22+98=229 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.60% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1662 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1662 is #92E99D. Grayscale: #383838. Windows color (decimal): -9628062 or 6428269. OLE color: 6428269.

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

Color convert

RGB 109 22 98 -
CMYK 0 0.80 0.10 0.57
HSL 307.59º 0.66% 0.26% -
HSV(B) 307.59º 0.8% 0.43% -
XYZ 8.8 4.71 12 -
YUV 56.68 151.32 165.32 -
System Red Green Blue C M Y K H S L
Decimal 109 22 98 0 0.80 0.10 0.57 307.59 0.66 0.26
Hex 6D 16 62 0 50 A 39 134 42 1A
Octal 155 26 142 0 120 12 71 464 102 32
Binary 1101101 10110 1100010 0 1010000 1010 111001 100110100 1000010 11010

Color Harmonies of #6D1662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1662

Black with #6D1662

Text Example


Text Example

White with #6D1662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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