Html Css Color HEX #6F017B Purple

📋 copy color: '#6F017B'

red 111 ◦ green 1 ◦ blue 123

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

Shades of Purple #6F017B

Tints of Purple #6F017B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 52.34%

R = 47.23%
G = 0.43%
B = 52.34%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6F017B (or 0x6F017B) is known color: Purple. HEX triplet: 6F, 01 and 7B. RGB value is (111,1,123). Sum of RGB (Red+Green+Blue) = 111+1+123=235 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.23% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 123 (48.44% from 255 or 52.34% from 235); Max value from RGB is 123 - color contains mainly: blue. Hex color #6F017B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F017B is #90FE84. Grayscale: #2F2F2F. Windows color (decimal): -9502341 or 8061295. OLE color: 8061295.

HSL color Cylindrical-coordinate representation of color #6F017B: hue angle of 294.1º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F017B is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 111 1 123 -
CMYK 0.10 0.99 0 0.52
HSL 294.1º 0.98% 0.24% -
HSV(B) 294.1º 0.99% 0.48% -
XYZ 10.14 4.83 19.14 -
YUV 47.8 170.44 173.08 -
System Red Green Blue C M Y K H S L
Decimal 111 1 123 0.10 0.99 0 0.52 294.1 0.98 0.24
Hex 6F 1 7B A 63 0 34 126 62 18
Octal 157 1 173 12 143 0 64 446 142 30
Binary 1101111 1 1111011 1010 1100011 0 110100 100100110 1100010 11000

Color Harmonies of #6F017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F017B

Black with #6F017B

Text Example


Text Example

White with #6F017B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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