Html Css Color HEX #6F056D Purple

📋 copy color: '#6F056D'

red 111 ◦ green 5 ◦ blue 109

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

Shades of Purple #6F056D

Tints of Purple #6F056D

RGB

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

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

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

R = 49.33%
G = 2.22%
B = 48.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#6F056D (or 0x6F056D) is known color: Purple. HEX triplet: 6F, 05 and 6D. RGB value is (111,5,109). Sum of RGB (Red+Green+Blue) = 111+5+109=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F056D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F056D is #90FA92. Grayscale: #303030. Windows color (decimal): -9501331 or 7144815. OLE color: 7144815.

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

Color convert

RGB 111 5 109 -
CMYK 0 0.95 0.02 0.56
HSL 301.13º 0.91% 0.23% -
HSV(B) 301.13º 0.95% 0.44% -
XYZ 9.37 4.59 14.86 -
YUV 48.55 162.12 172.54 -
System Red Green Blue C M Y K H S L
Decimal 111 5 109 0 0.95 0.02 0.56 301.13 0.91 0.23
Hex 6F 5 6D 0 5F 2 38 12D 5B 17
Octal 157 5 155 0 137 2 70 455 133 27
Binary 1101111 101 1101101 0 1011111 10 111000 100101101 1011011 10111

Color Harmonies of #6F056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F056D

Black with #6F056D

Text Example


Text Example

White with #6F056D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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