Html Css Color HEX #6F096E Purple

📋 copy color: '#6F096E'

red 111 ◦ green 9 ◦ blue 110

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

Shades of Purple #6F096E

Tints of Purple #6F096E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.91%

 BLUE value IS 110 (43.36% from 255) = 47.83%

R = 48.26%
G = 3.91%
B = 47.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#6F096E (or 0x6F096E) is known color: Purple. HEX triplet: 6F, 09 and 6E. RGB value is (111,9,110). Sum of RGB (Red+Green+Blue) = 111+9+110=230 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.26% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 110 (43.36% from 255 or 47.83% from 230); Max value from RGB is 111 - color contains mainly: red. Hex color #6F096E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F096E is #90F691. Grayscale: #323232. Windows color (decimal): -9500306 or 7211375. OLE color: 7211375.

HSL color Cylindrical-coordinate representation of color #6F096E: hue angle of 300.59º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F096E is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 9 110 -
CMYK 0 0.92 0.01 0.56
HSL 300.59º 0.85% 0.24% -
HSV(B) 300.59º 0.92% 0.44% -
XYZ 9.47 4.7 15.16 -
YUV 51.01 161.29 170.79 -
System Red Green Blue C M Y K H S L
Decimal 111 9 110 0 0.92 0.01 0.56 300.59 0.85 0.24
Hex 6F 9 6E 0 5C 1 38 12D 55 18
Octal 157 11 156 0 134 1 70 455 125 30
Binary 1101111 1001 1101110 0 1011100 1 111000 100101101 1010101 11000

Color Harmonies of #6F096E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F096E

Black with #6F096E

Text Example


Text Example

White with #6F096E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,9,110); }

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

background-color css

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

 a { background-color: rgb(111,9,110); }

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

border-color css

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

 span { border-color: rgb(111,9,110); }

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