Html Css Color HEX #6F0E87 Purple

📋 copy color: '#6F0E87'

red 111 ◦ green 14 ◦ blue 135

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

Shades of Purple #6F0E87

Tints of Purple #6F0E87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 51.92%

R = 42.69%
G = 5.38%
B = 51.92%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6F0E87 (or 0x6F0E87) is known color: Purple. HEX triplet: 6F, 0E and 87. RGB value is (111,14,135). Sum of RGB (Red+Green+Blue) = 111+14+135=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 14 (5.86% from 255 or 5.38% from 260); Blue value is 135 (53.12% from 255 or 51.92% from 260); Max value from RGB is 135 - color contains mainly: blue. Hex color #6F0E87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0E87 is #90F178. Grayscale: #383838. Windows color (decimal): -9499001 or 8851055. OLE color: 8851055.

HSL color Cylindrical-coordinate representation of color #6F0E87: hue angle of 288.1º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F0E87 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 111 14 135 -
CMYK 0.18 0.90 0 0.47
HSL 288.1º 0.81% 0.29% -
HSV(B) 288.1º 0.9% 0.53% -
XYZ 11.09 5.44 23.39 -
YUV 56.8 172.14 166.66 -
System Red Green Blue C M Y K H S L
Decimal 111 14 135 0.18 0.90 0 0.47 288.1 0.81 0.29
Hex 6F E 87 12 5A 0 2F 120 51 1D
Octal 157 16 207 22 132 0 57 440 121 35
Binary 1101111 1110 10000111 10010 1011010 0 101111 100100000 1010001 11101

Color Harmonies of #6F0E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0E87

Black with #6F0E87

Text Example


Text Example

White with #6F0E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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