Html Css Color HEX #6F0E7C Purple

📋 copy color: '#6F0E7C'

red 111 ◦ green 14 ◦ blue 124

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

Shades of Purple #6F0E7C

Tints of Purple #6F0E7C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.62%

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

R = 44.58%
G = 5.62%
B = 49.8%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6F0E7C (or 0x6F0E7C) is known color: Purple. HEX triplet: 6F, 0E and 7C. RGB value is (111,14,124). Sum of RGB (Red+Green+Blue) = 111+14+124=249 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.58% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 124 (48.83% from 255 or 49.80% from 249); Max value from RGB is 124 - color contains mainly: blue. Hex color #6F0E7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0E7C is #90F183. Grayscale: #373737. Windows color (decimal): -9499012 or 8130159. OLE color: 8130159.

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

Color convert

RGB 111 14 124 -
CMYK 0.10 0.89 0 0.51
HSL 292.91º 0.8% 0.27% -
HSV(B) 292.91º 0.89% 0.49% -
XYZ 10.35 5.15 19.52 -
YUV 55.54 166.64 167.56 -
System Red Green Blue C M Y K H S L
Decimal 111 14 124 0.10 0.89 0 0.51 292.91 0.8 0.27
Hex 6F E 7C A 59 0 33 125 50 1B
Octal 157 16 174 12 131 0 63 445 120 33
Binary 1101111 1110 1111100 1010 1011001 0 110011 100100101 1010000 11011

Color Harmonies of #6F0E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0E7C

Black with #6F0E7C

Text Example


Text Example

White with #6F0E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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