Html Css Color HEX #6F056F Purple

📋 copy color: '#6F056F'

red 111 ◦ green 5 ◦ blue 111

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

Shades of Purple #6F056F

Tints of Purple #6F056F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.2%

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

R = 48.9%
G = 2.2%
B = 48.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6F056F (or 0x6F056F) is known color: Purple. HEX triplet: 6F, 05 and 6F. RGB value is (111,5,111). Sum of RGB (Red+Green+Blue) = 111+5+111=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 111 - color contains mainly: red, blue. Hex color #6F056F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F056F is #90FA90. Grayscale: #303030. Windows color (decimal): -9501329 or 7275887. OLE color: 7275887.

HSL color Cylindrical-coordinate representation of color #6F056F: hue angle of 300º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F056F is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 5 111 -
CMYK 0 0.95 0 0.56
HSL 300º 0.91% 0.23% -
HSV(B) 300º 0.95% 0.44% -
XYZ 9.48 4.64 15.43 -
YUV 48.78 163.12 172.38 -
System Red Green Blue C M Y K H S L
Decimal 111 5 111 0 0.95 0 0.56 300 0.91 0.23
Hex 6F 5 6F 0 5F 0 38 12C 5B 17
Octal 157 5 157 0 137 0 70 454 133 27
Binary 1101111 101 1101111 0 1011111 0 111000 100101100 1011011 10111

Color Harmonies of #6F056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F056F

Black with #6F056F

Text Example


Text Example

White with #6F056F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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