Html Css Color HEX #6F056B Purple

📋 copy color: '#6F056B'

red 111 ◦ green 5 ◦ blue 107

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

Shades of Purple #6F056B

Tints of Purple #6F056B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 47.98%

R = 49.78%
G = 2.24%
B = 47.98%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#6F056B (or 0x6F056B) is known color: Purple. HEX triplet: 6F, 05 and 6B. RGB value is (111,5,107). Sum of RGB (Red+Green+Blue) = 111+5+107=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 107 (42.19% from 255 or 47.98% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F056B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F056B is #90FA94. Grayscale: #303030. Windows color (decimal): -9501333 or 7013743. OLE color: 7013743.

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

Color convert

RGB 111 5 107 -
CMYK 0 0.95 0.04 0.56
HSL 302.26º 0.91% 0.23% -
HSV(B) 302.26º 0.95% 0.44% -
XYZ 9.26 4.55 14.3 -
YUV 48.32 161.12 172.71 -
System Red Green Blue C M Y K H S L
Decimal 111 5 107 0 0.95 0.04 0.56 302.26 0.91 0.23
Hex 6F 5 6B 0 5F 4 38 12E 5B 17
Octal 157 5 153 0 137 4 70 456 133 27
Binary 1101111 101 1101011 0 1011111 100 111000 100101110 1011011 10111

Color Harmonies of #6F056B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F056B

Black with #6F056B

Text Example


Text Example

White with #6F056B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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