Html Css Color HEX #6F106D Palatinate Purple

📋 copy color: '#6F106D'

red 111 ◦ green 16 ◦ blue 109

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

Shades of Palatinate Purple #6F106D

Tints of Palatinate Purple #6F106D

RGB

 RED value IS 111 (43.75% from 255) = 47.03%

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

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

R = 47.03%
G = 6.78%
B = 46.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#6F106D (or 0x6F106D) is known color: Palatinate Purple. HEX triplet: 6F, 10 and 6D. RGB value is (111,16,109). Sum of RGB (Red+Green+Blue) = 111+16+109=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 111 - color contains mainly: red. Hex color #6F106D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F106D is #90EF92. Grayscale: #363636. Windows color (decimal): -9498515 or 7147631. OLE color: 7147631.

HSL color Cylindrical-coordinate representation of color #6F106D: hue angle of 301.26º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F106D is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 16 109 -
CMYK 0 0.86 0.02 0.56
HSL 301.26º 0.75% 0.25% -
HSV(B) 301.26º 0.86% 0.44% -
XYZ 9.5 4.85 14.9 -
YUV 55.01 158.47 167.94 -
System Red Green Blue C M Y K H S L
Decimal 111 16 109 0 0.86 0.02 0.56 301.26 0.75 0.25
Hex 6F 10 6D 0 56 2 38 12D 4B 19
Octal 157 20 155 0 126 2 70 455 113 31
Binary 1101111 10000 1101101 0 1010110 10 111000 100101101 1001011 11001

Color Harmonies of #6F106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F106D

Black with #6F106D

Text Example


Text Example

White with #6F106D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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