Html Css Color HEX #6B016B Purple

📋 copy color: '#6B016B'

red 107 ◦ green 1 ◦ blue 107

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

Shades of Purple #6B016B

Tints of Purple #6B016B

RGB

 RED value IS 107 (42.19% from 255) = 49.77%

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

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

R = 49.77%
G = 0.47%
B = 49.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#6B016B (or 0x6B016B) is known color: Purple. HEX triplet: 6B, 01 and 6B. RGB value is (107,1,107). Sum of RGB (Red+Green+Blue) = 107+1+107=215 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.77% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 107 (42.19% from 255 or 49.77% from 215); Max value from RGB is 107 - color contains mainly: red, blue. Hex color #6B016B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B016B is #94FE94. Grayscale: #2C2C2C. Windows color (decimal): -9764501 or 7012715. OLE color: 7012715.

HSL color Cylindrical-coordinate representation of color #6B016B: hue angle of 300º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B016B is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 1 107 -
CMYK 0 0.99 0 0.58
HSL 300º 0.98% 0.21% -
HSV(B) 300º 0.99% 0.42% -
XYZ 8.73 4.21 14.26 -
YUV 44.78 163.12 172.38 -
System Red Green Blue C M Y K H S L
Decimal 107 1 107 0 0.99 0 0.58 300 0.98 0.21
Hex 6B 1 6B 0 63 0 3A 12C 62 15
Octal 153 1 153 0 143 0 72 454 142 25
Binary 1101011 1 1101011 0 1100011 0 111010 100101100 1100010 10101

Color Harmonies of #6B016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B016B

Black with #6B016B

Text Example


Text Example

White with #6B016B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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