Html Css Color HEX #6F1095 Purple

📋 copy color: '#6F1095'

red 111 ◦ green 16 ◦ blue 149

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

Shades of Purple #6F1095

Tints of Purple #6F1095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.8%

 BLUE value IS 149 (58.59% from 255) = 53.99%

R = 40.22%
G = 5.8%
B = 53.99%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6F1095 (or 0x6F1095) is known color: Purple. HEX triplet: 6F, 10 and 95. RGB value is (111,16,149). Sum of RGB (Red+Green+Blue) = 111+16+149=276 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.22% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #6F1095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F1095 is #90EF6A. Grayscale: #3B3B3B. Windows color (decimal): -9498475 or 9769071. OLE color: 9769071.

HSL color Cylindrical-coordinate representation of color #6F1095: hue angle of 282.86º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F1095 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 111 16 149 -
CMYK 0.26 0.89 0 0.42
HSL 282.86º 0.81% 0.32% -
HSV(B) 282.86º 0.89% 0.58% -
XYZ 12.17 5.92 28.94 -
YUV 59.57 178.47 164.69 -
System Red Green Blue C M Y K H S L
Decimal 111 16 149 0.26 0.89 0 0.42 282.86 0.81 0.32
Hex 6F 10 95 1A 59 0 2A 11B 51 20
Octal 157 20 225 32 131 0 52 433 121 40
Binary 1101111 10000 10010101 11010 1011001 0 101010 100011011 1010001 100000

Color Harmonies of #6F1095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1095

Black with #6F1095

Text Example


Text Example

White with #6F1095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,16,149); }

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

background-color css

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

 a { background-color: rgb(111,16,149); }

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

border-color css

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

 span { border-color: rgb(111,16,149); }

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