Html Css Color HEX #6B118E Purple

📋 copy color: '#6B118E'

red 107 ◦ green 17 ◦ blue 142

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

Shades of Purple #6B118E

Tints of Purple #6B118E

RGB

 RED value IS 107 (42.19% from 255) = 40.23%

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

 BLUE value IS 142 (55.86% from 255) = 53.38%

R = 40.23%
G = 6.39%
B = 53.38%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6B118E (or 0x6B118E) is known color: Purple. HEX triplet: 6B, 11 and 8E. RGB value is (107,17,142). Sum of RGB (Red+Green+Blue) = 107+17+142=266 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.23% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 142 (55.86% from 255 or 53.38% from 266); Max value from RGB is 142 - color contains mainly: blue. Hex color #6B118E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B118E is #94EE71. Grayscale: #393939. Windows color (decimal): -9760370 or 9310571. OLE color: 9310571.

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

Color convert

RGB 107 17 142 -
CMYK 0.25 0.88 0 0.44
HSL 283.2º 0.79% 0.31% -
HSV(B) 283.2º 0.88% 0.56% -
XYZ 11.15 5.48 26.06 -
YUV 58.16 175.32 162.84 -
System Red Green Blue C M Y K H S L
Decimal 107 17 142 0.25 0.88 0 0.44 283.2 0.79 0.31
Hex 6B 11 8E 19 58 0 2C 11B 4F 1F
Octal 153 21 216 31 130 0 54 433 117 37
Binary 1101011 10001 10001110 11001 1011000 0 101100 100011011 1001111 11111

Color Harmonies of #6B118E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B118E

Black with #6B118E

Text Example


Text Example

White with #6B118E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,17,142); }

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

background-color css

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

 a { background-color: rgb(107,17,142); }

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

border-color css

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

 span { border-color: rgb(107,17,142); }

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