Html Css Color HEX #6F0E6D Purple

📋 copy color: '#6F0E6D'

red 111 ◦ green 14 ◦ blue 109

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

Shades of Purple #6F0E6D

Tints of Purple #6F0E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 46.58%

R = 47.44%
G = 5.98%
B = 46.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#6F0E6D (or 0x6F0E6D) is known color: Purple. HEX triplet: 6F, 0E and 6D. RGB value is (111,14,109). Sum of RGB (Red+Green+Blue) = 111+14+109=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 14 (5.86% from 255 or 5.98% from 234); Blue value is 109 (42.97% from 255 or 46.58% from 234); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0E6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0E6D is #90F192. Grayscale: #353535. Windows color (decimal): -9499027 or 7147119. OLE color: 7147119.

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

Color convert

RGB 111 14 109 -
CMYK 0 0.87 0.02 0.56
HSL 301.24º 0.78% 0.25% -
HSV(B) 301.24º 0.87% 0.44% -
XYZ 9.47 4.8 14.89 -
YUV 53.83 159.14 168.78 -
System Red Green Blue C M Y K H S L
Decimal 111 14 109 0 0.87 0.02 0.56 301.24 0.78 0.25
Hex 6F E 6D 0 57 2 38 12D 4E 19
Octal 157 16 155 0 127 2 70 455 116 31
Binary 1101111 1110 1101101 0 1010111 10 111000 100101101 1001110 11001

Color Harmonies of #6F0E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0E6D

Black with #6F0E6D

Text Example


Text Example

White with #6F0E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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