Html Css Color HEX #6F096F Purple

📋 copy color: '#6F096F'

red 111 ◦ green 9 ◦ blue 111

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

Shades of Purple #6F096F

Tints of Purple #6F096F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 48.05%

R = 48.05%
G = 3.9%
B = 48.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6F096F (or 0x6F096F) is known color: Purple. HEX triplet: 6F, 09 and 6F. RGB value is (111,9,111). Sum of RGB (Red+Green+Blue) = 111+9+111=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 111 - color contains mainly: red, blue. Hex color #6F096F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F096F is #90F690. Grayscale: #323232. Windows color (decimal): -9500305 or 7276911. OLE color: 7276911.

HSL color Cylindrical-coordinate representation of color #6F096F: hue angle of 300º 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 #6F096F is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 9 111 -
CMYK 0 0.92 0 0.56
HSL 300º 0.85% 0.24% -
HSV(B) 300º 0.92% 0.44% -
XYZ 9.52 4.72 15.45 -
YUV 51.13 161.79 170.71 -
System Red Green Blue C M Y K H S L
Decimal 111 9 111 0 0.92 0 0.56 300 0.85 0.24
Hex 6F 9 6F 0 5C 0 38 12C 55 18
Octal 157 11 157 0 134 0 70 454 125 30
Binary 1101111 1001 1101111 0 1011100 0 111000 100101100 1010101 11000

Color Harmonies of #6F096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F096F

Black with #6F096F

Text Example


Text Example

White with #6F096F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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