Html Css Color HEX #6F177C Purple

📋 copy color: '#6F177C'

red 111 ◦ green 23 ◦ blue 124

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

Shades of Purple #6F177C

Tints of Purple #6F177C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.91%

 BLUE value IS 124 (48.83% from 255) = 48.06%

R = 43.02%
G = 8.91%
B = 48.06%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6F177C (or 0x6F177C) is known color: Purple. HEX triplet: 6F, 17 and 7C. RGB value is (111,23,124). Sum of RGB (Red+Green+Blue) = 111+23+124=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 124 (48.83% from 255 or 48.06% from 258); Max value from RGB is 124 - color contains mainly: blue. Hex color #6F177C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F177C is #90E883. Grayscale: #3C3C3C. Windows color (decimal): -9496708 or 8132463. OLE color: 8132463.

HSL color Cylindrical-coordinate representation of color #6F177C: hue angle of 292.28º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F177C is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 111 23 124 -
CMYK 0.10 0.81 0 0.51
HSL 292.28º 0.69% 0.29% -
HSV(B) 292.28º 0.81% 0.49% -
XYZ 10.5 5.45 19.57 -
YUV 60.83 163.65 163.79 -
System Red Green Blue C M Y K H S L
Decimal 111 23 124 0.10 0.81 0 0.51 292.28 0.69 0.29
Hex 6F 17 7C A 51 0 33 124 45 1D
Octal 157 27 174 12 121 0 63 444 105 35
Binary 1101111 10111 1111100 1010 1010001 0 110011 100100100 1000101 11101

Color Harmonies of #6F177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F177C

Black with #6F177C

Text Example


Text Example

White with #6F177C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,23,124); }

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

background-color css

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

 a { background-color: rgb(111,23,124); }

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

border-color css

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

 span { border-color: rgb(111,23,124); }

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