Html Css Color HEX #6F106E Purple

📋 copy color: '#6F106E'

red 111 ◦ green 16 ◦ blue 110

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

Shades of Purple #6F106E

Tints of Purple #6F106E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 46.41%

R = 46.84%
G = 6.75%
B = 46.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#6F106E (or 0x6F106E) is known color: Purple. HEX triplet: 6F, 10 and 6E. RGB value is (111,16,110). Sum of RGB (Red+Green+Blue) = 111+16+110=237 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.84% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 110 (43.36% from 255 or 46.41% from 237); Max value from RGB is 111 - color contains mainly: red. Hex color #6F106E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F106E is #90EF91. Grayscale: #363636. Windows color (decimal): -9498514 or 7213167. OLE color: 7213167.

HSL color Cylindrical-coordinate representation of color #6F106E: hue angle of 300.63º 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 #6F106E is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 16 110 -
CMYK 0 0.86 0.01 0.56
HSL 300.63º 0.75% 0.25% -
HSV(B) 300.63º 0.86% 0.44% -
XYZ 9.56 4.88 15.19 -
YUV 55.12 158.97 167.86 -
System Red Green Blue C M Y K H S L
Decimal 111 16 110 0 0.86 0.01 0.56 300.63 0.75 0.25
Hex 6F 10 6E 0 56 1 38 12D 4B 19
Octal 157 20 156 0 126 1 70 455 113 31
Binary 1101111 10000 1101110 0 1010110 1 111000 100101101 1001011 11001

Color Harmonies of #6F106E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F106E

Black with #6F106E

Text Example


Text Example

White with #6F106E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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