Html Css Color HEX #6F118B Purple

📋 copy color: '#6F118B'

red 111 ◦ green 17 ◦ blue 139

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

Shades of Purple #6F118B

Tints of Purple #6F118B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.37%

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

R = 41.57%
G = 6.37%
B = 52.06%

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

#6F118B (or 0x6F118B) is known color: Purple. HEX triplet: 6F, 11 and 8B. RGB value is (111,17,139). Sum of RGB (Red+Green+Blue) = 111+17+139=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F118B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F118B is #90EE74. Grayscale: #3A3A3A. Windows color (decimal): -9498229 or 9113967. OLE color: 9113967.

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

Color convert

RGB 111 17 139 -
CMYK 0.20 0.88 0 0.45
HSL 286.23º 0.78% 0.31% -
HSV(B) 286.23º 0.88% 0.55% -
XYZ 11.42 5.64 24.91 -
YUV 59.01 173.14 165.08 -
System Red Green Blue C M Y K H S L
Decimal 111 17 139 0.20 0.88 0 0.45 286.23 0.78 0.31
Hex 6F 11 8B 14 58 0 2D 11E 4E 1F
Octal 157 21 213 24 130 0 55 436 116 37
Binary 1101111 10001 10001011 10100 1011000 0 101101 100011110 1001110 11111

Color Harmonies of #6F118B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F118B

Black with #6F118B

Text Example


Text Example

White with #6F118B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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