Html Css Color HEX #6F016A Purple

📋 copy color: '#6F016A'

red 111 ◦ green 1 ◦ blue 106

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

Shades of Purple #6F016A

Tints of Purple #6F016A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 48.62%

R = 50.92%
G = 0.46%
B = 48.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#6F016A (or 0x6F016A) is known color: Purple. HEX triplet: 6F, 01 and 6A. RGB value is (111,1,106). Sum of RGB (Red+Green+Blue) = 111+1+106=218 (28% of max value = 765). Red value is 111 (43.75% from 255 or 50.92% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 106 (41.80% from 255 or 48.62% from 218); Max value from RGB is 111 - color contains mainly: red. Hex color #6F016A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F016A is #90FE95. Grayscale: #2D2D2D. Windows color (decimal): -9502358 or 6947183. OLE color: 6947183.

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

Color convert

RGB 111 1 106 -
CMYK 0 0.99 0.05 0.56
HSL 302.73º 0.98% 0.22% -
HSV(B) 302.73º 0.99% 0.44% -
XYZ 9.17 4.44 14.01 -
YUV 45.86 161.94 174.46 -
System Red Green Blue C M Y K H S L
Decimal 111 1 106 0 0.99 0.05 0.56 302.73 0.98 0.22
Hex 6F 1 6A 0 63 5 38 12F 62 16
Octal 157 1 152 0 143 5 70 457 142 26
Binary 1101111 1 1101010 0 1100011 101 111000 100101111 1100010 10110

Color Harmonies of #6F016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F016A

Black with #6F016A

Text Example


Text Example

White with #6F016A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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