Html Css Color HEX #6D1062 Palatinate Purple

📋 copy color: '#6D1062'

red 109 ◦ green 16 ◦ blue 98

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

Shades of Palatinate Purple #6D1062

Tints of Palatinate Purple #6D1062

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.17%

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

R = 48.88%
G = 7.17%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.57

RGB Variations

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

Color information

#6D1062 (or 0x6D1062) is known color: Palatinate Purple. HEX triplet: 6D, 10 and 62. RGB value is (109,16,98). Sum of RGB (Red+Green+Blue) = 109+16+98=223 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.88% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1062 is #92EF9D. Grayscale: #343434. Windows color (decimal): -9629598 or 6426733. OLE color: 6426733.

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

Color convert

RGB 109 16 98 -
CMYK 0 0.85 0.10 0.57
HSL 307.1º 0.74% 0.25% -
HSV(B) 307.1º 0.85% 0.43% -
XYZ 8.7 4.5 11.97 -
YUV 53.16 153.31 167.83 -
System Red Green Blue C M Y K H S L
Decimal 109 16 98 0 0.85 0.10 0.57 307.1 0.74 0.25
Hex 6D 10 62 0 55 A 39 133 4A 19
Octal 155 20 142 0 125 12 71 463 112 31
Binary 1101101 10000 1100010 0 1010101 1010 111001 100110011 1001010 11001

Color Harmonies of #6D1062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1062

Black with #6D1062

Text Example


Text Example

White with #6D1062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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