Html Css Color HEX #6F108B Purple

📋 copy color: '#6F108B'

red 111 ◦ green 16 ◦ blue 139

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

Shades of Purple #6F108B

Tints of Purple #6F108B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 52.26%

R = 41.73%
G = 6.02%
B = 52.26%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6F108B (or 0x6F108B) is known color: Purple. HEX triplet: 6F, 10 and 8B. RGB value is (111,16,139). Sum of RGB (Red+Green+Blue) = 111+16+139=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F108B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F108B is #90EF74. Grayscale: #3A3A3A. Windows color (decimal): -9498485 or 9113711. OLE color: 9113711.

HSL color Cylindrical-coordinate representation of color #6F108B: hue angle of 286.34º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F108B is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 111 16 139 -
CMYK 0.20 0.88 0 0.45
HSL 286.34º 0.79% 0.3% -
HSV(B) 286.34º 0.88% 0.55% -
XYZ 11.4 5.61 24.91 -
YUV 58.43 173.47 165.5 -
System Red Green Blue C M Y K H S L
Decimal 111 16 139 0.20 0.88 0 0.45 286.34 0.79 0.3
Hex 6F 10 8B 14 58 0 2D 11E 4F 1E
Octal 157 20 213 24 130 0 55 436 117 36
Binary 1101111 10000 10001011 10100 1011000 0 101101 100011110 1001111 11110

Color Harmonies of #6F108B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F108B

Black with #6F108B

Text Example


Text Example

White with #6F108B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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