Html Css Color HEX #6B107F Purple

📋 copy color: '#6B107F'

red 107 ◦ green 16 ◦ blue 127

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

Shades of Purple #6B107F

Tints of Purple #6B107F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.4%

 BLUE value IS 127 (50% from 255) = 50.8%

R = 42.8%
G = 6.4%
B = 50.8%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6B107F (or 0x6B107F) is known color: Purple. HEX triplet: 6B, 10 and 7F. RGB value is (107,16,127). Sum of RGB (Red+Green+Blue) = 107+16+127=250 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.8% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #6B107F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B107F is #94EF80. Grayscale: #373737. Windows color (decimal): -9760641 or 8327275. OLE color: 8327275.

HSL color Cylindrical-coordinate representation of color #6B107F: hue angle of 289.19º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6B107F is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 107 16 127 -
CMYK 0.16 0.87 0 0.50
HSL 289.19º 0.78% 0.28% -
HSV(B) 289.19º 0.87% 0.5% -
XYZ 10.08 5.03 20.52 -
YUV 55.86 168.15 164.47 -
System Red Green Blue C M Y K H S L
Decimal 107 16 127 0.16 0.87 0 0.50 289.19 0.78 0.28
Hex 6B 10 7F 10 57 0 32 121 4E 1C
Octal 153 20 177 20 127 0 62 441 116 34
Binary 1101011 10000 1111111 10000 1010111 0 110010 100100001 1001110 11100

Color Harmonies of #6B107F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B107F

Black with #6B107F

Text Example


Text Example

White with #6B107F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,16,127); }

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

background-color css

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

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

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

border-color css

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

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

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