Html Css Color HEX #6F016C Purple

📋 copy color: '#6F016C'

red 111 ◦ green 1 ◦ blue 108

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

Shades of Purple #6F016C

Tints of Purple #6F016C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 49.09%

R = 50.45%
G = 0.45%
B = 49.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#6F016C (or 0x6F016C) is known color: Purple. HEX triplet: 6F, 01 and 6C. RGB value is (111,1,108). Sum of RGB (Red+Green+Blue) = 111+1+108=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F016C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F016C is #90FE93. Grayscale: #2D2D2D. Windows color (decimal): -9502356 or 7078255. OLE color: 7078255.

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

Color convert

RGB 111 1 108 -
CMYK 0 0.99 0.03 0.56
HSL 301.64º 0.98% 0.22% -
HSV(B) 301.64º 0.99% 0.44% -
XYZ 9.27 4.48 14.56 -
YUV 46.09 162.94 174.3 -
System Red Green Blue C M Y K H S L
Decimal 111 1 108 0 0.99 0.03 0.56 301.64 0.98 0.22
Hex 6F 1 6C 0 63 3 38 12E 62 16
Octal 157 1 154 0 143 3 70 456 142 26
Binary 1101111 1 1101100 0 1100011 11 111000 100101110 1100010 10110

Color Harmonies of #6F016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F016C

Black with #6F016C

Text Example


Text Example

White with #6F016C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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