Html Css Color HEX #6F016B Purple

📋 copy color: '#6F016B'

red 111 ◦ green 1 ◦ blue 107

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

Shades of Purple #6F016B

Tints of Purple #6F016B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 50.68%
G = 0.46%
B = 48.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#6F016B (or 0x6F016B) is known color: Purple. HEX triplet: 6F, 01 and 6B. RGB value is (111,1,107). Sum of RGB (Red+Green+Blue) = 111+1+107=219 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.68% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 107 (42.19% from 255 or 48.86% from 219); Max value from RGB is 111 - color contains mainly: red. Hex color #6F016B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F016B is #90FE94. Grayscale: #2D2D2D. Windows color (decimal): -9502357 or 7012719. OLE color: 7012719.

HSL color Cylindrical-coordinate representation of color #6F016B: hue angle of 302.18º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F016B is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 1 107 -
CMYK 0 0.99 0.04 0.56
HSL 302.18º 0.98% 0.22% -
HSV(B) 302.18º 0.99% 0.44% -
XYZ 9.22 4.46 14.29 -
YUV 45.97 162.44 174.38 -
System Red Green Blue C M Y K H S L
Decimal 111 1 107 0 0.99 0.04 0.56 302.18 0.98 0.22
Hex 6F 1 6B 0 63 4 38 12E 62 16
Octal 157 1 153 0 143 4 70 456 142 26
Binary 1101111 1 1101011 0 1100011 100 111000 100101110 1100010 10110

Color Harmonies of #6F016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F016B

Black with #6F016B

Text Example


Text Example

White with #6F016B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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