Html Css Color HEX #6D0662 Palatinate Purple

📋 copy color: '#6D0662'

red 109 ◦ green 6 ◦ blue 98

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

Shades of Palatinate Purple #6D0662

Tints of Palatinate Purple #6D0662

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.82%

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

R = 51.17%
G = 2.82%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.57

RGB Variations

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

Color information

#6D0662 (or 0x6D0662) is known color: Palatinate Purple. HEX triplet: 6D, 06 and 62. RGB value is (109,6,98). Sum of RGB (Red+Green+Blue) = 109+6+98=213 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.17% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 98 (38.67% from 255 or 46.01% from 213); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0662 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0662 is #92F99D. Grayscale: #2F2F2F. Windows color (decimal): -9632158 or 6424173. OLE color: 6424173.

HSL color Cylindrical-coordinate representation of color #6D0662: hue angle of 306.41º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D0662 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 6 98 -
CMYK 0 0.94 0.10 0.57
HSL 306.41º 0.9% 0.23% -
HSV(B) 306.41º 0.94% 0.43% -
XYZ 8.58 4.26 11.93 -
YUV 47.29 156.62 172.02 -
System Red Green Blue C M Y K H S L
Decimal 109 6 98 0 0.94 0.10 0.57 306.41 0.9 0.23
Hex 6D 6 62 0 5E A 39 132 5A 17
Octal 155 6 142 0 136 12 71 462 132 27
Binary 1101101 110 1100010 0 1011110 1010 111001 100110010 1011010 10111

Color Harmonies of #6D0662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0662

Black with #6D0662

Text Example


Text Example

White with #6D0662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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